We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12456ee commit 2d45f53Copy full SHA for 2d45f53
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
fail-fast: false
54
matrix:
55
os: [ubuntu]
56
- python: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
+ python: ['3.7', '3.8', '3.9', '3.10', '3.11']
57
redis: ['5']
58
include:
59
- python: '3.10'
0 commit comments