We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a72e0a commit 6455a93Copy full SHA for 6455a93
requirements/test-django41.txt
@@ -0,0 +1 @@
1
+django>=4.1.2,<4.2
tox.ini
@@ -10,13 +10,14 @@ python =
10
DJANGO =
11
3.2: django32
12
4.0: django40
13
+ 4.1: django41
14
15
[tox]
16
envlist =
17
py37-django{32}
- py38-django{32,40}
18
- py39-django{32,40}
19
- py310-django{32,40}
+ py38-django{32,40,41}
+ py39-django{32,40,41}
20
+ py310-django{32,40,41}
21
pypy3-django{32}
22
flake8
23
apicheck
@@ -34,6 +35,7 @@ deps=
34
35
36
django32: -r{toxinidir}/requirements/test-django32.txt
37
django40: -r{toxinidir}/requirements/test-django40.txt
38
+ django41: -r{toxinidir}/requirements/test-django41.txt
39
40
linkcheck,apicheck: -r{toxinidir}/requirements/docs.txt
41
flake8,pydocstyle: -r{toxinidir}/requirements/pkgutils.txt
0 commit comments