We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c406b42 commit 36c4f62Copy full SHA for 36c4f62
2 files changed
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Pending
4
5
### Added
6
+- Added Django 4.1 to the testing matrix.
7
8
### Fixed
9
tox.ini
@@ -7,7 +7,7 @@ envlist =
{py35,py36,py37,py38}-django21
{py35,py36,py37,py38,py39,py310}-django22
{py36,py37,py38,py39,py310}-django{30,31,32}
10
- {py38,py39,py310}-django40
+ {py38,py39,py310}-django{40,41}
11
12
[testenv]
13
passenv =
@@ -44,6 +44,8 @@ deps =
44
django32: djangorestframework
45
django40: Django>=4.0,<4.1
46
django40: djangorestframework
47
+ django41: Django>4.0,<4.2
48
+ django41: djangorestframework
49
dramatiq>=1.0.0 ; python_version >= "3.5"
50
elasticsearch<8.0.0
51
falcon
@@ -80,6 +82,6 @@ commands =
80
82
pytest {posargs}
81
83
84
# For newer versions of python use --asyncio-mode=auto usage.
-[testenv:py{37,38,39,310}-django{20,21,22,30,31,32,40}]
85
+[testenv:py{37,38,39,310}-django{20,21,22,30,31,32,40,41}]
86
commands =
87
pytest {posargs} --asyncio-mode=auto
0 commit comments