Skip to content

Commit

Permalink
Disable broken PyPy wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Nov 15, 2023
1 parent 8bacdf1 commit 40690ca
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,12 @@ jobs:
- { wheel: cp312-manylinux_x86_64, os: ubuntu-latest }
- { wheel: cp312-win_amd64, os: windows-latest }

# Currently broken on pypy3.8
# - { wheel: pp38-macosx_x86_64, os: macos-latest }
# - { wheel: pp38-manylinux_x86_64, os: ubuntu-latest }
# - { wheel: pp38-win_amd64, os: windows-latest }

- { wheel: pp39-macosx_x86_64, os: macos-latest }
- { wheel: pp39-manylinux_x86_64, os: ubuntu-latest }
- { wheel: pp39-win_amd64, os: windows-latest }

# Currently broken with PyPy 7.3? See https://foss.heptapod.net/pypy/pypy/-/issues/4013.
# - { wheel: pp39-macosx_x86_64, os: macos-latest }
# - { wheel: pp39-win_amd64, os: windows-latest }

steps:
- name: Download source distribution
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 40690ca

Please sign in to comment.