Skip to content

Commit

Permalink
Temporary skip wheels for python 3.13
Browse files Browse the repository at this point in the history
Python is in pre-release version, cibuildwheel already included it in
the matrix, but not all dependencies are yet in place (looks like numpy
wheels are not yet released for python 3.13).
  • Loading branch information
achaikou committed Aug 8, 2024
1 parent c5b76a1 commit 007d5e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
# musllinux arch skip: unlikely someone wants to run dlisio on alpine on non-standard architecture
# musllinux cp38 skip: latest available numpy doesn't provide musslinux wheels, so it is unlikely useful
# macosx arm 38 skip: cibuildwheel can't test it
CIBW_SKIP: pp* *-musllinux_i686 *-musllinux_aarch64 cp38*-musllinux* cp38*-macosx_*arm64 cp36-* cp37-*
# 36, 37, 313 skip: python versions not supported
CIBW_SKIP: pp* *-musllinux_i686 *-musllinux_aarch64 cp38*-musllinux* cp38*-macosx_*arm64 cp36-* cp37-* cp313-*

run: |
python -m cibuildwheel --output-dir wheelhouse python/
Expand Down

0 comments on commit 007d5e1

Please sign in to comment.