We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a449b6 commit e76c920Copy full SHA for e76c920
1 file changed
.github/workflows/wheels.yml
@@ -40,6 +40,7 @@ jobs:
40
CIBW_ARCHS_LINUX: x86_64 aarch64
41
CIBW_ARCHS_MACOS: x86_64 arm64
42
CIBW_ARCHS_WINDOWS: AMD64
43
+ CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.15"
44
CIBW_TEST_REQUIRES: pytest
45
CIBW_TEST_COMMAND: pytest {project}/tests -v
46
CIBW_BUILD_VERBOSITY: 1
0 commit comments