diff options
| -rw-r--r-- | .github/workflows/wheels.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e84da655b..9390b8081 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -67,9 +67,12 @@ jobs: # manylinux pypy builds - buildplat: [ubuntu-20.04, manylinux_x86_64] python: "pp38" - - - buildplat: [macos-10.15, macosx_x86_64] - python: "pp38" + + # TODO: Uncomment and bump cibuildwheel version + # once cibuildwheel adds PyPy 7.3.8 + # macOS pypy builds + #- buildplat: [macos-10.15, macosx_x86_64] + # python: "pp38" # Windows PyPy builds - buildplat: [windows-2019, win_amd64] |
