Skip to content

Commit

Permalink
Remove python3.11 (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Oct 15, 2022
1 parent 86b89d7 commit 4e95cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
redis-version: [ "6.2.6", "7.0.5" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11-dev" ]
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
redis-py: [ "4.1.2", "4.3.4" ]
include:
- python-version: "3.10"
Expand Down

0 comments on commit 4e95cf9

Please sign in to comment.