Skip to content

Commit 344c976

Browse files
committed
Fix version range for Django 6.0
1 parent 6204bc4 commit 344c976

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
@@ -18,7 +18,7 @@ setenv =
1818
PYTHONDONTWRITEBYTECODE=1
1919
deps =
2020
django52: Django>=5.2,<6.0
21-
django60: Django>=6.0a1,<7.0
21+
django60: Django>=6.0a1,<6.1
2222
!latest: djangorestframework
2323
latest: {[latest]deps}
2424
-r requirements/test-ci.txt

0 commit comments

Comments
 (0)