Skip to content

Commit 1bf107c

Browse files
add django 4.1 to tox envs (#91)
Co-authored-by: Ned Batchelder <[email protected]>
1 parent a7b3851 commit 1bf107c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ envlist =
1717
py27-django{18,111},
1818
py36-django{18,111,22,32},
1919
py37-django{22,32},
20-
py38-django{22,32,40,tip},
21-
py39-django{22,32,40,tip},
22-
py310-django{32,40,tip},
20+
py38-django{22,32,40,41,tip},
21+
py39-django{22,32,40,41,tip},
22+
py310-django{32,40,41,tip},
2323
py311-django{tip},
2424
check,pkgcheck,doc
2525

@@ -32,6 +32,7 @@ deps =
3232
django22: Django>=2.2,<3.0
3333
django32: Django>=3.2,<4.0
3434
django40: Django>=4.0,<4.1
35+
django41: Django>=4.1,<4.2
3536
djangotip: https://github.com/django/django/archive/main.tar.gz
3637

3738
commands =

0 commit comments

Comments
 (0)