diff --git a/pyproject.toml b/pyproject.toml index 3abf5de..b80dacf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [{ name = "Private.coffee Team", email = "support@private.coffee" }] description = "A Django app for allowing users to register for a Synapse account." readme = "README.md" license = { file = "LICENSE" } -requires-python = ">=3.12" +requires-python = ">=3.11" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",