Skip to content

Commit 4e95cf9

Browse files
committed
Remove python3.11 (temp)
1 parent 86b89d7 commit 4e95cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
redis-version: [ "6.2.6", "7.0.5" ]
29-
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11-dev" ]
29+
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
3030
redis-py: [ "4.1.2", "4.3.4" ]
3131
include:
3232
- python-version: "3.10"

0 commit comments

Comments
 (0)