feat: upgrade to Django 5.0 and set minimal Python version to 3.10

Updated the project dependencies to use Django 5.0, indicating the project's migration to Django's latest version. Additionally, the minimal supported Python version is now set to 3.10, ensuring compatibility with Django 5.0 and taking advantage of Python's latest features and improvements. This update may require users to adjust their environment to align with these new requirements.
This commit is contained in:
Kumi 2024-05-07 16:06:26 +02:00
parent 7a79b5cdc9
commit 520cd80325
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 1605 additions and 2 deletions

1603
poetry.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -9,8 +9,8 @@ homepage = "https://quackscape.io"
repository = "https://git.private.coffee/PrivateCoffee/quackscape"
[tool.poetry.dependencies]
python = "^3.8"
django = "*"
python = "^3.10"
django = "^5.0"
djangorestframework = "*"
django-storages = "*"
django-polymorphic = "*"