We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e896c81 commit 351b920Copy full SHA for 351b920
1 file changed
.github/workflows/build_wheel.yml
@@ -15,6 +15,7 @@ jobs:
15
env:
16
CIBW_SKIP: 'pp*'
17
CIBW_ARCHS: 'auto64'
18
+ MACOSX_DEPLOYMENT_TARGET: '10.9'
19
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.10'
20
CIBW_TEST_REQUIRES: 'pytest'
21
defaults:
0 commit comments