Skip to content

Commit 3f42840

Browse files
committed
Update redis-py testing matrix
- Update tested versions to 5, 6, and main. - Simplify matrix to focus outliers against known versions.
1 parent 4f35ef5 commit 3f42840

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ There are two available implementations:
1919

2020
Both layers support a single-server and sharded configurations.
2121

22-
`channels_redis` is tested against Python 3.9 to 3.13, `redis-py` versions 4.6,
23-
5.0, and the development branch, plus the current Channels version 4.x and the
24-
development branch there.
22+
`channels_redis` is tested against Python 3.9 to 3.13. We test with the latest
23+
`redis-py` version, as well as the older 5.x branch and main development branch,
24+
using the latest stable Python and Channels versions. We test the Channels
25+
development branch, using the latest stable Python and the latest `redis-py`
26+
release.
2527

2628
Installation
2729
------------

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[tox]
22
envlist =
3-
py{39,310,311,312,313}-ch{4,main}-redis50
4-
py311-chmain-redis{45,46,50,main}
3+
py{39,310,311,312,313}-ch4-redis6
4+
py313-chmain-redis6
5+
py313-ch4-redis{5,main}
56
qa
67

78
[testenv]
@@ -12,8 +13,8 @@ commands =
1213
deps =
1314
ch4: channels>=4.0,<5
1415
chmain: https://github.com/django/channels/archive/main.tar.gz
15-
redis46: redis>=4.6,<4.7
16-
redis50: redis>=5.0,<5.1
16+
redis5: redis>=5.0,<6
17+
redis6: redis>=6.0,<7
1718
redismain: https://github.com/redis/redis-py/archive/master.tar.gz
1819

1920
[testenv:qa]

0 commit comments

Comments
 (0)