Skip to content

Commit f649a29

Browse files
authored
add django 5.2 to tox, updated classifiers in setup.py
1 parent ceecba1 commit f649a29

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def read(*rnames):
3838
"Framework :: Django :: 4.2",
3939
"Framework :: Django :: 5.0",
4040
"Framework :: Django :: 5.1",
41+
"Framework :: Django :: 5.2",
4142
"Intended Audience :: Developers",
4243
"License :: OSI Approved :: Apache Software License",
4344
"Operating System :: OS Independent",

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{3.9,3.10,3.11,3.12,3.13}-django{4.2,5.0,5.1}
3+
py{3.9,3.10,3.11,3.12,3.13}-django{4.2,5.0,5.1,5.2}
44

55
[testenv]
66
commands =
@@ -11,6 +11,7 @@ deps =
1111
django4.2: django~=4.2
1212
django5.0: django~=5.0
1313
django5.1: django~=5.1
14+
django5.2: django~=5.2
1415
djangomaster: https://github.com/django/django/archive/master.tar.gz
1516
.
1617

0 commit comments

Comments
 (0)