Skip to content

Commit

Permalink
Don't build on 3.11 for macOS as there is no h5py build
Browse files Browse the repository at this point in the history
  • Loading branch information
jrs65 committed Nov 26, 2022
1 parent 85729f4 commit b9a1546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
output-dir: ./wheelhouse-hdf5-${{ matrix.hdf5}}
env:
CIBW_SKIP: "pp* *musllinux*"
CIBW_SKIP: "pp* *musllinux* cp311-macosx*"
CIBW_ARCHS: "x86_64"
CIBW_BEFORE_ALL: |
chmod +x .github/workflows/install_hdf5.sh
Expand Down

0 comments on commit b9a1546

Please sign in to comment.