Skip to content

Commit 6455a93

Browse files
goatwu1993auvipy
authored andcommitted
test: add django 41 into metrics
1 parent 5a72e0a commit 6455a93

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

requirements/test-django41.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
django>=4.1.2,<4.2

tox.ini

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ python =
1010
DJANGO =
1111
3.2: django32
1212
4.0: django40
13+
4.1: django41
1314

1415
[tox]
1516
envlist =
1617
py37-django{32}
17-
py38-django{32,40}
18-
py39-django{32,40}
19-
py310-django{32,40}
18+
py38-django{32,40,41}
19+
py39-django{32,40,41}
20+
py310-django{32,40,41}
2021
pypy3-django{32}
2122
flake8
2223
apicheck
@@ -34,6 +35,7 @@ deps=
3435

3536
django32: -r{toxinidir}/requirements/test-django32.txt
3637
django40: -r{toxinidir}/requirements/test-django40.txt
38+
django41: -r{toxinidir}/requirements/test-django41.txt
3739

3840
linkcheck,apicheck: -r{toxinidir}/requirements/docs.txt
3941
flake8,pydocstyle: -r{toxinidir}/requirements/pkgutils.txt

0 commit comments

Comments
 (0)