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:
Kumi 2024-11-16 18:52:36 +01:00
parent 6328e718ce
commit a8f843e2db
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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",