Skip to content

Commit b9a1546

Browse files
committed
Don't build on 3.11 for macOS as there is no h5py build
1 parent 85729f4 commit b9a1546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
output-dir: ./wheelhouse-hdf5-${{ matrix.hdf5}}
2727
env:
28-
CIBW_SKIP: "pp* *musllinux*"
28+
CIBW_SKIP: "pp* *musllinux* cp311-macosx*"
2929
CIBW_ARCHS: "x86_64"
3030
CIBW_BEFORE_ALL: |
3131
chmod +x .github/workflows/install_hdf5.sh

0 commit comments

Comments
 (0)