bump Python to 3.12

This commit is contained in:
thomas girod
2024-09-02 00:35:00 +02:00
parent 6918e3044f
commit 453b7df0be
2 changed files with 3 additions and 51 deletions

View File

@ -20,7 +20,7 @@ homepage = "https://ae.utbm.fr/"
license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.12"
Django = "^4.2.14"
django-ninja = "^1.2.2"
django-ninja-extra = "^0.21.2"