File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Changelog
55Unreleased
66----------
77
8+ * Add Django 6.1 support.
9+
810* Drop Django 4.2 to 5.1 support.
911
10126.12.0 (2026-02-27)
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ classifiers = [
2727 " Framework :: Django" ,
2828 " Framework :: Django :: 5.2" ,
2929 " Framework :: Django :: 6.0" ,
30+ " Framework :: Django :: 6.1" ,
3031 " Intended Audience :: Developers" ,
3132 " Operating System :: OS Independent" ,
3233 " Programming Language :: Python :: 3 :: Only" ,
@@ -62,13 +63,15 @@ docs = [
6263]
6364django52 = [ " django>=5.2a1,<6; python_version>='3.10'" ]
6465django60 = [ " django>=6a1,<6.1; python_version>='3.12'" ]
66+ django61 = [ " django>=6.1a1,<6.2; python_version>='3.12'" ]
6567
6668[tool .uv ]
6769sources.sphinx-build-compatibility = { git = " https://github.com/readthedocs/sphinx-build-compatibility" , rev = " 4f304bd4562cdc96316f4fec82b264ca379d23e0" }
6870conflicts = [
6971 [
7072 { group = " django52" },
7173 { group = " django60" },
74+ { group = " django61" },
7275 ],
7376]
7477
Original file line number Diff line number Diff line change 22requires =
33 tox>=4.2
44env_list =
5- py314-django{60, 52}
5+ py314-django{61, 60, 52}
66 py314-codegen
7- py313-django{60, 52}
8- py312-django{60, 52}
7+ py313-django{61, 60, 52}
8+ py312-django{61, 60, 52}
99 py311-django{52}
1010 py310-django{52}
1111
@@ -27,11 +27,9 @@ commands =
2727 -m pytest {posargs:tests}
2828dependency_groups =
2929 test
30- django42: django42
31- django50: django50
32- django51: django51
3330 django52: django52
3431 django60: django60
32+ django61: django61
3533
3634[testenv:py314-codegen]
3735deps =
You can’t perform that action at this time.
0 commit comments