Skip to content

Commit 4f78961

Browse files
Set macOS deployment target for x86_64 wheels
1 parent 8b658d0 commit 4f78961

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
2727
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
2828
CIBW_ARCHS_MACOS: "x86_64 arm64"
29+
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.13"
2930
CIBW_TEST_REQUIRES: "pytest pooch scipy"
3031
CIBW_TEST_COMMAND: "python -c \"import bioimage_cpp; print(bioimage_cpp.__file__)\" && pytest -q {project}/tests"
3132

0 commit comments

Comments
 (0)