Skip to content

Commit ef449fe

Browse files
build(ci): Add Django@4 to tox (#61)
1 parent 4da1ba4 commit ef449fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ envlist =
66
py35-django{22},
77
py36-django{22,31,32},
88
py37-django{22,31,32},
9-
py38-django{22,31,32},
10-
py39-django{22,31,32},
9+
py38-django{22,31,32,40},
10+
py39-django{22,31,32,40},
1111
pypy3-django{22,31,32},
1212

1313
[gh-actions]
@@ -29,6 +29,7 @@ deps =
2929
django22: Django>=2.2,<3
3030
django31: Django>=3.1,<3.2
3131
django32: Django>=3.2,<4.0
32+
django40: Django>=4.0,<4.1
3233
commands =
3334
pytest {posargs:tests}
3435

0 commit comments

Comments
 (0)