Skip to content

Commit febe2f1

Browse files
authored
github: Update PyPy version from 3.6 to [3.7, 3.8, 3.9] (#196)
* github: Update PyPy version from 3.6 to [3.7, 3.8, 3.9] * revert the comment
1 parent 139326d commit febe2f1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ jobs:
2323
include:
2424
# Also test PyPy, macOS, and Windows:
2525
- os: ubuntu-latest
26-
python: pypy3
26+
python: pypy-3.9
27+
- os: ubuntu-latest
28+
python: pypy-3.8
29+
- os: ubuntu-latest
30+
python: pypy-3.7
2731
- os: macos-latest
2832
python: "3.10"
2933
# XXX: We should be testing 3.10, but for some reason setuptools can't
30-
# 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...
3135
- os: windows-latest
3236
python: "3.9"
3337
steps:

0 commit comments

Comments
 (0)