We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcaf941 commit 23663dfCopy full SHA for 23663df
.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
include:
24
# Also test macOS and Windows:
25
- os: macos-latest
0 commit comments