Skip to content

Commit e76c920

Browse files
committed
Require at least macOS 10.15
1 parent 6a449b6 commit e76c920

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
@@ -40,6 +40,7 @@ jobs:
4040
CIBW_ARCHS_LINUX: x86_64 aarch64
4141
CIBW_ARCHS_MACOS: x86_64 arm64
4242
CIBW_ARCHS_WINDOWS: AMD64
43+
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.15"
4344
CIBW_TEST_REQUIRES: pytest
4445
CIBW_TEST_COMMAND: pytest {project}/tests -v
4546
CIBW_BUILD_VERBOSITY: 1

0 commit comments

Comments
 (0)