Skip to content

Commit 76a506f

Browse files
committed
Support for Django 5.1
1 parent d0177a1 commit 76a506f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ minversion = 4.11.1
33
skipsdist = True
44
envlist =
55
py{38,39}-django{32,42}
6-
py{310,311,312}-django{32,42,50}
6+
py{310,311,312}-django{32,42,50,51}
77
py{311,312}-djangomain
88

99
[testenv]
@@ -22,6 +22,7 @@ deps =
2222
django41: django>=4.1,<4.2
2323
django42: django>=4.2,<4.3
2424
django50: django>=5.0,<5.1
25+
django51: django>=5.1,<5.2
2526
djangomain: https://github.com/django/django/archive/main.zip
2627
commands =
2728
coverage run --source=webpack_loader manage.py test {posargs}

0 commit comments

Comments
 (0)