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 139326d commit febe2f1Copy full SHA for febe2f1
.github/workflows/main.yml
@@ -23,11 +23,15 @@ jobs:
23
include:
24
# Also test PyPy, macOS, and Windows:
25
- os: ubuntu-latest
26
- python: pypy3
+ python: pypy-3.9
27
+ - os: ubuntu-latest
28
+ python: pypy-3.8
29
30
+ python: pypy-3.7
31
- os: macos-latest
32
python: "3.10"
33
# XXX: We should be testing 3.10, but for some reason setuptools can't
- # seem to find the runner's C compiler for new wheel builds...
34
+ # seem to find the runner's C compiler for new wheel builds...
35
- os: windows-latest
36
python: "3.9"
37
steps:
0 commit comments