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 8b658d0 commit 4f78961Copy full SHA for 4f78961
1 file changed
.github/workflows/wheels.yml
@@ -26,6 +26,7 @@ jobs:
26
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
27
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
28
CIBW_ARCHS_MACOS: "x86_64 arm64"
29
+ CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.13"
30
CIBW_TEST_REQUIRES: "pytest pooch scipy"
31
CIBW_TEST_COMMAND: "python -c \"import bioimage_cpp; print(bioimage_cpp.__file__)\" && pytest -q {project}/tests"
32
0 commit comments