Skip to content

Commit 07e0c1a

Browse files
authored
Update tox.ini
add django 5.2 and python 3.13
1 parent b99ad84 commit 07e0c1a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ envlist=
44
py37-django{20,21,22,32},
55
py38-django{22,32,40,41,42},
66
py39-django{22,32,40,41,42},
7-
py310-django{22,32,40,41,42,50,51},
8-
py311-django{22,32,40,41,42,50,51},
9-
py312-django{41,42,50,51},
10-
7+
py310-django{22,32,40,41,42,50,51,52},
8+
py311-django{22,32,40,41,42,50,51,52},
9+
py312-django{41,42,50,51,52},
10+
py313-django{42,50,51,52},
1111

1212
[testenv]
1313
changedir=
@@ -20,6 +20,7 @@ deps =
2020
django42: django>=4.2,<4.3
2121
django50: django>=5.0,<5.1
2222
django51: django>=5.1,<5.2
23+
django52: django>=5.2,<5.3
2324
ua-parser
2425
user-agents
2526
django-sslserver

0 commit comments

Comments
 (0)