Skip to content

Commit c1f19f5

Browse files
committed
Drop support for Django<4.2 (EOL)
1 parent 572b9fa commit c1f19f5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ classifiers = [
1818
"Topic :: Software Development :: Libraries",
1919
"Topic :: Utilities",
2020
"Environment :: Web Environment",
21-
"Framework :: Django :: 4.0",
22-
"Framework :: Django :: 4.1",
2321
"Framework :: Django :: 4.2",
2422
"Framework :: Django :: 5.0",
2523
"Framework :: Django :: 5.1",
@@ -28,7 +26,7 @@ classifiers = [
2826
]
2927
dynamic = ["version"]
3028
requires-python = ">=3.10"
31-
dependencies = ["django>=4.0", "django-typer>=2.1.2", "semver>=3.0.4"]
29+
dependencies = ["django>=4.2", "django-typer>=2.1.2", "semver>=3.0.4"]
3230

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

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ deps =
2828
pytest-mock
2929
pytest-django
3030
setuptools; python_version < "3.10"
31-
django40: Django>=4.0a1,<4.1
32-
django41: Django>=4.1a1,<4.2
3331
django42: Django>=4.2a1,<5.0
3432
django50: Django>=5.0a1,<5.1
3533
django51: Django>=5.1a1,<5.2

0 commit comments

Comments
 (0)