Skip to content

Commit 5c21fa7

Browse files
authored
Update test matrix to use Django 5.2 stable version (#9679)
1 parent 141ab8e commit 5c21fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deps =
1919
django42: Django>=4.2,<5.0
2020
django50: Django>=5.0,<5.1
2121
django51: Django>=5.1,<5.2
22-
django52: Django>=5.2b1,<6.0
22+
django52: Django>=5.2,<6.0
2323
djangomain: https://github.com/django/django/archive/main.tar.gz
2424
-rrequirements/requirements-testing.txt
2525
-rrequirements/requirements-optionals.txt

0 commit comments

Comments
 (0)