Revert "bump python to 3.13"

This reverts commit f0fa27a8b5.
This commit is contained in:
imperosol
2025-06-03 10:37:04 +02:00
parent 350a92bc44
commit 3b90bd54fc
3 changed files with 145 additions and 24 deletions

View File

@ -17,7 +17,7 @@ authors = [
{ name = "Vial", email = "robin.trioux@utbm.fr" },
]
license = { text = "GPL-3.0-only" }
requires-python = "<4.0,>=3.13"
requires-python = "<4.0,>=3.12"
dependencies = [
"django>=5.2.1,<6.0.0",
"django-ninja<2.0.0,>=1.4.0",
@ -39,7 +39,7 @@ dependencies = [
"jinja2<4.0.0,>=3.1.6",
"django-countries<8.0.0,>=7.6.1",
"dict2xml<2.0.0,>=1.7.6",
"Sphinx>=8.2.3,<9",
"Sphinx<6,>=5",
"tomli<3.0.0,>=2.2.1",
"django-honeypot",
"pydantic-extra-types<3.0.0,>=2.10.3",