Skip to content

Commit 30b6f4b

Browse files
committed
Use stable release of Django 6.0 for tests
1 parent 2348a45 commit 30b6f4b

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
@@ -38,7 +38,7 @@ deps =
3838
dj50: Django>=5.0,<5.1
3939
dj51: Django>=5.1,<5.2
4040
dj52: Django>=5.2,<5.3
41-
dj60: Django>=6.0a1,<6.1 # Use a1 to allow testing of the release candidates
41+
dj60: Django>=6.0,<6.1
4242
djmain: https://github.com/django/django/tarball/main
4343
postgres: -rrequirements/postgres.txt
4444
mysql: -rrequirements/mysql.txt

0 commit comments

Comments
 (0)