Skip to content

Commit 556f47a

Browse files
committed
Try a different way to allow pre-releases in tox
1 parent e2bee8a commit 556f47a

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
@@ -20,7 +20,7 @@ deps =
2020
dj42: Django>=4.2,<5.0
2121
dj50: Django>=5.0,<5.1
2222
dj51: Django>=5.1,<5.2
23-
dj52: --pre Django>=5.2rc1,<6.0
23+
dj52: Django>=5.2rc1,<6.0
2424
djmain: https://github.com/django/django/archive/main.zip
2525

2626
[testenv:lint]

0 commit comments

Comments
 (0)