Skip to content

Commit

Permalink
disable pypy 3.9 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 committed Apr 18, 2022
1 parent b89e9b5 commit 37425fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Expand Up @@ -75,11 +75,11 @@ jobs:
- [macos-10.15, macosx_*]
- [windows-2019, win_amd64]
- [windows-2019, win32]
python: ["cp38", "cp39", "cp310", "pp38", "pp39"]
exclude:
# TODO: uncomment PyPy 3.9 builds once PyPy
# re-releases a new minor version
# NOTE: This needs a bump of cibuildwheel version, also, once that happens.
python: ["cp38", "cp39", "cp310", "pp38"] #, "pp39"]
exclude:
# Don't build PyPy 32-bit windows
- buildplat: [windows-2019, win32]
python: "pp38"
Expand Down

0 comments on commit 37425fc

Please sign in to comment.