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 e94db7f commit 7ca32ceCopy full SHA for 7ca32ce
.github/workflows/wheels.yml
@@ -35,6 +35,7 @@ jobs:
35
run: python -m cibuildwheel --output-dir wheelhouse
36
env:
37
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.8'
38
+ MACOSX_DEPLOYMENT_TARGET: '10.12'
39
40
- name: Upload artifacts
41
uses: actions/upload-artifact@v4
0 commit comments