chore: Updates Python requirement to >=3.11
Lowers the minimum required Python version from 3.12 to 3.11 to support environments that haven't upgraded yet.
This commit is contained in:
parent
6328e718ce
commit
a8f843e2db
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
description = "A Django app for allowing users to register for a Synapse account."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { file = "LICENSE" }
|
license = { file = "LICENSE" }
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.11"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
|
Loading…
Reference in a new issue