@@ -15,9 +15,8 @@ requires-python = ">=3.10"
1515classifiers = [
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]
3332dependencies = [
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
8584randomize = 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 ]
10095matrix.django.dependencies = [
0 commit comments