Skip to content

Commit

Permalink
Turn off just 3.11 and 3.12 on Linux until we can solve crash
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Mar 2, 2024
1 parent 588e291 commit f4c3d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

env:
# Don't build python 2.7, pypy, or 32-bit wheels or Mac arm64 on Py3.8
CIBW_SKIP: "cp36-* cp37-* cp312-* cp38-macosx_arm64 pp* *-musllinux_* *-manylinux_i686 *-win32"
CIBW_SKIP: "cp36-* cp37-* cp311-manylinux* cp-312-manylinux* cp38-macosx_arm64 pp* *-musllinux_* *-manylinux_i686 *-win32"

# Need to do some setup before repairing the wheel on linux...
CIBW_REPAIR_WHEEL_COMMAND_LINUX: bash scripts/github-actions/repair_command_linux.sh
Expand Down

0 comments on commit f4c3d04

Please sign in to comment.