Skip to content

Commit

Permalink
Added support for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 committed Nov 17, 2024
1 parent ab8fd13 commit 5f858bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
services:
redis:
image: redis
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are two available implementations:

Both layers support a single-server and sharded configurations.

`channels_redis` is tested against Python 3.8 to 3.12, `redis-py` versions 4.6,
`channels_redis` is tested against Python 3.8 to 3.13, `redis-py` versions 4.6,
5.0, and the development branch, and Channels versions 3, 4 and the development
branch there.

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{38,39,310,311,312}-ch{30,40,main}-redis50
py{38,39,310,311,312,313}-ch{30,40,main}-redis50
py311-chmain-redis{45,46,50,main}
qa

Expand Down

0 comments on commit 5f858bb

Please sign in to comment.