Skip to content

Commit b502c73

Browse files
Updated tox after Django 5.2a1. (#2127)
1 parent 3f8991c commit b502c73

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ envlist =
33
py{38,39,310,311}-dj42
44
py{310,311,312}-dj50
55
py{310,311,312,313}-dj51
6-
py{310,311,312,313}-djmain
6+
py{310,311,312,313}-dj52
7+
py{312,313}-djmain
78
qa
89

910
[testenv]
@@ -13,7 +14,8 @@ commands =
1314
deps =
1415
dj42: Django>=4.2,<5.0
1516
dj50: Django>=5.0,<5.1
16-
dj51: Django>=5.1a1,<5.2
17+
dj51: Django>=5.1,<5.2
18+
dj52: Django>=5.2a1,<6.0
1719
djmain: https://github.com/django/django/archive/main.tar.gz
1820

1921
[testenv:qa]

0 commit comments

Comments
 (0)