We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451136c commit ae17ab5Copy full SHA for ae17ab5
1 file changed
.github/workflows/build_wheels.yml
@@ -115,6 +115,6 @@ jobs:
115
env:
116
CIBW_BUILD: cp39-macosx_arm64 cp310-macosx_arm64 cp311-macosx_arm64 cp312-macosx_arm64 cp313-macosx_arm64
117
CIBW_ARCHS: arm64
118
- MACOSX_DEPLOYMENT_TARGET: 11.0 # Set macOS deployment target
+ MACOSX_DEPLOYMENT_TARGET: 14.0 # Set macOS deployment target
119
- name: Test wheels
120
run: python -m nox --sessions test_wheel
0 commit comments