Skip to content

Commit

Permalink
Skip cp312-*_i686 until numpy wheels exist
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Nov 30, 2023
1 parent 1908ddb commit cf84905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
archs: "aarch64"

env:
CIBW_SKIP: cp27-* cp35-* cp36-* cp37-* pp* *-musllinux_aarch64 cp312-manylinux_i686
CIBW_SKIP: cp27-* cp35-* cp36-* cp37-* pp* *-musllinux_aarch64 cp312-*_i686
CIBW_ARCHS: ${{matrix.archs}}
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_BEFORE_BUILD: python -c "print(('#'*130+'\n')*10)" && python -m pip install oldest-supported-numpy
Expand Down

0 comments on commit cf84905

Please sign in to comment.