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 7, 2024
1 parent 2b578e4 commit 541351b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ 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 38 skip: cibuildwheel can't test it
CIBW_SKIP: pp* *-musllinux_i686 *-musllinux_aarch64 cp38*-musllinux* cp38*-macosx_*arm64 cp36-* cp37-*
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 541351b

Please sign in to comment.