Skip to content

Commit 513f859

Browse files
Reenabled Python 3.11 testing. (#362)
redis-py 4.5.4 was released fixing the issue with PY311. Reverts 093471f.
1 parent 8b4ed2d commit 513f859

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
- 3.8
2020
- 3.9
2121
- "3.10"
22-
# Refs #348 - skip Python 3.11 until redis-py >= 4.5.4 (or Python 3.11.3)
23-
# - "3.11"
22+
- "3.11"
2423
services:
2524
redis:
2625
image: redis

0 commit comments

Comments
 (0)