We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4651ad6 commit 825b1e6Copy full SHA for 825b1e6
.github/workflows/build.yml
@@ -44,6 +44,8 @@ jobs:
44
build_wheels:
45
name: Build wheels on ${{ matrix.os }}
46
runs-on: ${{ matrix.os }}
47
+ env:
48
+ CIBW_SKIP: cp38-macosx_x86_64
49
strategy:
50
fail-fast: false
51
matrix:
0 commit comments