Skip to content

Commit 36c4f62

Browse files
Add Django 4.1 to the testing matrix. (#740)
1 parent c406b42 commit 36c4f62

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Pending
44

55
### Added
6+
- Added Django 4.1 to the testing matrix.
67

78
### Fixed
89

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ envlist =
77
{py35,py36,py37,py38}-django21
88
{py35,py36,py37,py38,py39,py310}-django22
99
{py36,py37,py38,py39,py310}-django{30,31,32}
10-
{py38,py39,py310}-django40
10+
{py38,py39,py310}-django{40,41}
1111

1212
[testenv]
1313
passenv =
@@ -44,6 +44,8 @@ deps =
4444
django32: djangorestframework
4545
django40: Django>=4.0,<4.1
4646
django40: djangorestframework
47+
django41: Django>4.0,<4.2
48+
django41: djangorestframework
4749
dramatiq>=1.0.0 ; python_version >= "3.5"
4850
elasticsearch<8.0.0
4951
falcon
@@ -80,6 +82,6 @@ commands =
8082
pytest {posargs}
8183

8284
# For newer versions of python use --asyncio-mode=auto usage.
83-
[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}]
8486
commands =
8587
pytest {posargs} --asyncio-mode=auto

0 commit comments

Comments
 (0)