We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00a68b commit 91737f2Copy full SHA for 91737f2
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
strategy:
74
matrix:
75
os: [ ubuntu-latest ]
76
- pyver: [ "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.8", "pypy-3.7" ]
+ pyver: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8", "pypy-3.7" ]
77
redisstack: [ "latest" ]
78
fail-fast: false
79
services:
0 commit comments