Skip to content

Commit 4f35ef5

Browse files
committed
Adjust Channels testing matrix.
- Drop testing against Channels 3. - Test against latest Channels 4.x - Continue to test against Channels development branch.
1 parent 26f3f8f commit 4f35ef5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ There are two available implementations:
2020
Both layers support a single-server and sharded configurations.
2121

2222
`channels_redis` is tested against Python 3.9 to 3.13, `redis-py` versions 4.6,
23-
5.0, and the development branch, and Channels versions 3, 4 and the development
24-
branch there.
23+
5.0, and the development branch, plus the current Channels version 4.x and the
24+
development branch there.
2525

2626
Installation
2727
------------

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{39,310,311,312,313}-ch{30,40,main}-redis50
3+
py{39,310,311,312,313}-ch{4,main}-redis50
44
py311-chmain-redis{45,46,50,main}
55
qa
66

@@ -10,8 +10,7 @@ extras = tests
1010
commands =
1111
pytest -v {posargs}
1212
deps =
13-
ch30: channels>=3.0,<3.1
14-
ch40: channels>=4.0,<4.1
13+
ch4: channels>=4.0,<5
1514
chmain: https://github.com/django/channels/archive/main.tar.gz
1615
redis46: redis>=4.6,<4.7
1716
redis50: redis>=5.0,<5.1

0 commit comments

Comments
 (0)