Skip to content

Commit

Permalink
Drop PyPy 3.8 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jul 25, 2023
1 parent 9bc5eda commit ab55cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
CIBW_ARCHS: ${{matrix.arch}}
# Skip building musllinux wheels for now, they take too long to build,
# mainly because numpy doesn't have musllinux wheels on PyPI yet.
# Skip also building for PyPy 3.7, which is deprecated upstream.
CIBW_SKIP: '*-musllinux* pp37-*'
# Skip also building for PyPy 3.7-3.8, which are deprecated upstream.
CIBW_SKIP: '*-musllinux* pp37-* pp38-*'
- name: Check packages
run: twine check dist/*
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ab55cde

Please sign in to comment.