Skip to content

Commit 52e16c7

Browse files
committed
Replace Django 5.0 with 5.1
1 parent 9b73199 commit 52e16c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
flake8,
44
py{38,39,310}-django{32},
55
py{38,39}-django{42},
6-
py{310,311,312}-django{42,50}
6+
py{310,311,312}-django{42,51}
77

88
[gh-actions]
99
python =
@@ -32,7 +32,7 @@ deps =
3232
hatch>=1.7.0
3333
django32: Django>=3.2,<4
3434
django42: Django>=4.2,<4.3
35-
django50: Django>=5.0,<5.1
35+
django51: Django>=5.1,<5.2
3636
extras = tests
3737

3838
[testenv:flake8]

0 commit comments

Comments
 (0)