Skip to content

Commit 093471f

Browse files
Refs #348 -- Skip PY311 tests until redis-py fixes compatibility. (#358)
1 parent 6124749 commit 093471f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)