Skip to content

Commit f027630

Browse files
committed
Update Django versions tested
1 parent f72409e commit f027630

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44
py{39,310}-django{32},
55
py{39}-django{42},
66
py{310,311,312}-django{42}
7-
py{310,311,312,313}-django{51}
7+
py{310,311,312,313}-django{52}
88

99
[gh-actions]
1010
python =
@@ -32,8 +32,8 @@ basepython =
3232
deps =
3333
hatch>=1.7.0
3434
django32: Django>=3.2,<4
35-
django42: Django>=4.2,<4.3
36-
django51: Django>=5.1,<5.2
35+
django42: Django>=4.2,<5
36+
django51: Django>=5.2,<6
3737
extras = tests
3838

3939
[testenv:flake8]

0 commit comments

Comments
 (0)