Skip to content

Commit 4025ead

Browse files
committed
Drop support for Django 5.0 (EOL)
1 parent c1f19f5 commit 4025ead

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ classifiers = [
1919
"Topic :: Utilities",
2020
"Environment :: Web Environment",
2121
"Framework :: Django :: 4.2",
22-
"Framework :: Django :: 5.0",
2322
"Framework :: Django :: 5.1",
2423
"Framework :: Django :: 5.2",
2524
"Framework :: Django :: 6.0",
2625
]
2726
dynamic = ["version"]
2827
requires-python = ">=3.10"
29-
dependencies = ["django>=4.2", "django-typer>=2.1.2", "semver>=3.0.4"]
28+
dependencies = ["django>=4.2,!=5.0.*", "django-typer>=2.1.2", "semver>=3.0.4"]
3029

3130
[project.optional-dependencies]
3231
django-extensions = ["django-extensions>=3.2", "werkzeug>=3.0"]

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ deps =
2929
pytest-django
3030
setuptools; python_version < "3.10"
3131
django42: Django>=4.2a1,<5.0
32-
django50: Django>=5.0a1,<5.1
3332
django51: Django>=5.1a1,<5.2
3433
django52: Django>=5.2a1,<6
3534
django60: Django>=6.0a1,<6.1

0 commit comments

Comments
 (0)