Skip to content

Commit 0ecb80f

Browse files
committed
test: fix Django 5.1 tox env to not install 5.2
1 parent 464ff86 commit 0ecb80f

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
@@ -30,7 +30,7 @@ deps =
3030
django22: Django>=2.2,<3.0
3131
django32: Django>=3.2,<4.0
3232
django42: Django>=4.2,<5.0
33-
django51: Django>=5.1,<6.0
33+
django51: Django>=5.1,<5.2
3434
djangotip: git+https://github.com/django/django.git
3535
pytest
3636
unittest-mixins==1.6

0 commit comments

Comments
 (0)