Skip to content

Commit 6970708

Browse files
authored
Django 5.2 tests (#623)
1 parent 22bdb01 commit 6970708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps =
1515
dj42: django>=4.2,<4.3
1616
dj50: django>=5.0,<5.1
1717
dj51: django>=5.1,<5.2
18-
dj52: django==5.2alpha1
18+
dj52: django>=5.2,<5.3
1919
djmain: https://github.com/django/django/archive/main.tar.gz
2020
pytest: pytest
2121
pytest: pytest-cov

0 commit comments

Comments
 (0)