Skip to content

Commit

Permalink
Update python-cibuildwheel.yml
Browse files Browse the repository at this point in the history
disable pypy 3.8, see pypa/distutils#283
  • Loading branch information
hendrikmuhs authored Nov 3, 2024
1 parent eba7804 commit 8d43cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
uses: pypa/[email protected]
env:
# Skip CPython 3.6 and CPython 3.7
CIBW_SKIP: ${{ env.CIBW_SKIP }} cp36-* cp37-*
# skip pypy 3.8, https://github.com/pypa/distutils/issues/283
CIBW_SKIP: ${{ env.CIBW_SKIP }} cp36-* cp37-* pp38*

# skip testing all python versions on linux arm, only test 3.12
# skip tests on pypy, currently fails for indexer tests
Expand Down

0 comments on commit 8d43cb3

Please sign in to comment.