We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0bb9b commit 3c94a9aCopy full SHA for 3c94a9a
.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', pypy-3.7, pypy-3.8]
+ python-version: ['3.7', '3.8', '3.9', 3.11.0-rc.1, pypy-3.7, pypy-3.8]
38
os: [ubuntu-latest]
39
# run only limited set of tests because it takes too long
40
mark: [important]
0 commit comments