Skip to content

Commit 3964ba4

Browse files
committed
tox.ini: update testing in Django 5.1
1 parent 071cc4a commit 3964ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ deps=
2929
django41: Django>=4.1,<4.2
3030
django42: Django>=4.2,<5.0
3131
django50: Django>=5.0,<5.1
32-
django51: git+https://github.com/django/django@main # TODO: update when Django 5.1 is released
32+
django51: Django>=5.1a1,<5.2
3333
coverage[toml]
3434
pillow
3535
ipdb

0 commit comments

Comments
 (0)