Skip to content

Commit 2cb0bb4

Browse files
committed
deps: drop support for django 4.2, 5.1, add support for 6.0
Refs: KEH-282
1 parent 7490b67 commit 2cb0bb4

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ requires-python = ">=3.10"
1515
classifiers = [
1616
"Environment :: Web Environment",
1717
"Framework :: Django",
18-
"Framework :: Django :: 4.2",
19-
"Framework :: Django :: 5.1",
2018
"Framework :: Django :: 5.2",
19+
"Framework :: Django :: 6.0",
2120
"Intended Audience :: Developers",
2221
"License :: OSI Approved :: MIT License",
2322
"Operating System :: OS Independent",
@@ -31,7 +30,7 @@ classifiers = [
3130
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
3231
]
3332
dependencies = [
34-
"Django>=4.2",
33+
"Django>=5.2",
3534
"django-parler>=2.0",
3635
"django-anymail",
3736
"django-mailer",
@@ -85,16 +84,12 @@ parallel = false
8584
randomize = true
8685

8786
[[tool.hatch.envs.hatch-test.matrix]]
88-
python = ["3.10", "3.11", "3.12"]
89-
django = ["4.2", "5.1", "5.2"]
90-
91-
[[tool.hatch.envs.hatch-test.matrix]]
92-
python = ["3.13"]
93-
django = ["5.1", "5.2"]
87+
python = ["3.10", "3.11"]
88+
django = ["5.2"]
9489

9590
[[tool.hatch.envs.hatch-test.matrix]]
96-
python = ["3.14"]
97-
django = ["5.2"]
91+
python = ["3.12", "3.13", "3.14"]
92+
django = ["5.2", "6.0"]
9893

9994
[tool.hatch.envs.hatch-test.overrides]
10095
matrix.django.dependencies = [

0 commit comments

Comments
 (0)