Skip to content

Commit

Permalink
Added support for Django 4.1 (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 committed Jul 11, 2022
1 parent 93eaa62 commit 6dd2035
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Full release notes, with more details and upgrade information, are available at:
https://channels.readthedocs.io/en/latest/releases

Next Release
------------

* Added compatiblity with Django 4.1.

3.0.5 (2022-06-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Dependencies
------------

All Channels projects currently support Python 3.7 and up. ``channels`` is
compatible with Django 2.2, 3.2, and 4.0.
compatible with Django 2.2, 3.2, 4.0 and 4.1.


Contributing
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist =
py{37,38,39}-dj{22}
py{37,38,39,310}-dj32
py{38,39,310}-dj{40,main}
py{38,39,310}-dj{40,41,main}
qa

[testenv]
Expand All @@ -13,7 +13,8 @@ commands =
deps =
dj22: Django~=2.2.8
dj32: Django>=3.2.9,<4.0
dj40: Django>=4.0,<5.0
dj40: Django>=4.0,<4.1
dj41: Django>=4.1b1,<4.2
djmain: https://github.com/django/django/archive/main.tar.gz

[testenv:qa]
Expand Down

0 comments on commit 6dd2035

Please sign in to comment.