We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3c0b0 commit cf410a7Copy full SHA for cf410a7
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
# Test all supported versions on Ubuntu:
20
os: [ubuntu-latest]
21
# Skip 3.12-dev, pending https://github.com/python-greenlet/greenlet/issues/323
22
- python: [pypy3.7, pypy3.8, pypy3.9, "3.7", "3.8", "3.9", "3.10", 3.11-dev]
+ python: [pypy3.8, pypy3.9, "3.7", "3.8", "3.9", "3.10", 3.11-dev]
23
experimental: [false]
24
include:
25
# Also test macOS and Windows:
0 commit comments