We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c94a9a commit 83c88fcCopy full SHA for 83c88fc
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
strategy:
35
fail-fast: false
36
matrix:
37
- python-version: ['3.7', '3.8', '3.9', 3.11.0-rc.1, pypy-3.7, pypy-3.8]
+ python-version: ['3.7', 3.11.0-rc.1, pypy-3.7, pypy-3.9]
38
os: [ubuntu-latest]
39
# run only limited set of tests because it takes too long
40
mark: [important]
0 commit comments