Skip to content

Commit 7122b3b

Browse files
committed
Add tested support for Django 5.2.
1 parent 8dadd66 commit 7122b3b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:release-date: tbd
44

55
- Drop support for Python < 3.9.
6-
- Add tested support for Python 3.13.
6+
- Add tested support for Django 5.2 and Python 3.13.
77

88
1.6.3
99
=====

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"Framework :: Django :: 4.2",
2929
"Framework :: Django :: 5.0",
3030
"Framework :: Django :: 5.1",
31+
"Framework :: Django :: 5.2",
3132
"Intended Audience :: Developers",
3233
"License :: OSI Approved :: MIT License",
3334
"Operating System :: OS Independent",

tox.ini

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ envlist =
77
isort,
88
pypi,
99
py39-{4.2},
10-
py310-{4.2,5.0,5.1,main},
11-
py311-{4.2,5.0,5.1,main},
12-
py312-{4.2,5.0,5.1,main},
13-
py313-{5.1,main}
10+
py310-{4.2,5.0,5.1,5.2,main},
11+
py311-{4.2,5.0,5.1,5.2,main},
12+
py312-{4.2,5.0,5.1,5.2,main},
13+
py313-{5.1,5.2,main}
1414

1515
[gh-actions]
1616
python =

0 commit comments

Comments
 (0)