Skip to content

Commit 662b90d

Browse files
authored
Added support for Python 3.13 (#404)
1 parent ab8fd13 commit 662b90d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- "3.10"
2121
- "3.11"
2222
- "3.12"
23+
- "3.13"
2324
services:
2425
redis:
2526
image: redis

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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.8 to 3.12, `redis-py` versions 4.6,
22+
`channels_redis` is tested against Python 3.8 to 3.13, `redis-py` versions 4.6,
2323
5.0, and the development branch, and Channels versions 3, 4 and the development
2424
branch there.
2525

tox.ini

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

0 commit comments

Comments
 (0)