Skip to content

Commit 64f4f57

Browse files
committed
test in Django 5.1 pre-release
1 parent 815e6a2 commit 64f4f57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ envlist =
77
py{37,38,39,310}-django{32}
88
py{38,39,310}-django{40}
99
py{38,39,310,311}-django{41}
10-
py{310,311,312}-django{42,50}
10+
py{310,311,312}-django{42,50,51}
1111
coverage-report
1212

1313
[gh-actions]
@@ -32,6 +32,7 @@ deps=
3232
django41: Django>=4.1,<4.2
3333
django42: Django>=4.2,<5.0
3434
django50: Django>=5.0,<5.1
35+
django51: git+https://github.com/django/django@main # TODO: update when Django 5.1 is released
3536
coverage[toml]
3637
pillow
3738
ipdb

0 commit comments

Comments
 (0)