Skip to content

Commit f0fa27a

Browse files
committed
bump python to 3.13
1 parent 6d16e35 commit f0fa27a

3 files changed

Lines changed: 24 additions & 145 deletions

File tree

.python-version

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

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.12"
20+
requires-python = "<4.0,>=3.13"
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<6,>=5",
42+
"Sphinx>=8.2.3,<9",
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)