Skip to content

Commit ad91c8e

Browse files
authored
Merge pull request #1108 from ae-utbm/revert-python
Revert "bump python to 3.13"
2 parents 350a92b + 3b90bd5 commit ad91c8e

3 files changed

Lines changed: 145 additions & 24 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.12

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = [
1717
{ name = "Vial", email = "robin.trioux@utbm.fr" },
1818
]
1919
license = { text = "GPL-3.0-only" }
20-
requires-python = "<4.0,>=3.13"
20+
requires-python = "<4.0,>=3.12"
2121
dependencies = [
2222
"django>=5.2.1,<6.0.0",
2323
"django-ninja<2.0.0,>=1.4.0",
@@ -39,7 +39,7 @@ dependencies = [
3939
"jinja2<4.0.0,>=3.1.6",
4040
"django-countries<8.0.0,>=7.6.1",
4141
"dict2xml<2.0.0,>=1.7.6",
42-
"Sphinx>=8.2.3,<9",
42+
"Sphinx<6,>=5",
4343
"tomli<3.0.0,>=2.2.1",
4444
"django-honeypot",
4545
"pydantic-extra-types<3.0.0,>=2.10.3",

0 commit comments

Comments
 (0)