Skip to content

Build

Build #210

Triggered via push June 5, 2024 20:10
Status Success
Total duration 15m 26s
Artifacts

wheels.yml

on: push
Build wheels for wasm / emscripten
1m 33s
Build wheels for wasm / emscripten
Matrix: build_wheels
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 1 notice
Build wheels on macos-14
While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.
Build wheels on macos-13
Setting SYSTEM_VERSION_COMPAT=0 to ensure CPython 3.8 can get correct macOS version and allow installation of wheels with MACOSX_DEPLOYMENT_TARGET >= 11.0. See https://github.com/pypa/cibuildwheel/issues/1767 for the details.