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 9a7147a commit 89745f0Copy full SHA for 89745f0
.github/workflows/build_wheels.yml
@@ -95,10 +95,10 @@ jobs:
95
env:
96
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-* cp313t-* cp314t-*"
97
CIBW_ENABLE: cpython-prerelease cpython-freethreading
98
- CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-13' && 'x86_64' || 'arm64' }}
+ # CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-13' && 'x86_64' || 'arm64' }}
99
CIBW_BUILD_VERBOSITY: "3"
100
CIBW_ENVIRONMENT: >
101
- MACOSX_DEPLOYMENT_TARGET="${{ matrix.os == 'macos-13' && '13.0' || '14.0' }}"
+ MACOSX_DEPLOYMENT_TARGET="${{ matrix.os == 'macos-14' && '14.0' || '15.0' }}"
102
CIBW_REPAIR_WHEEL_COMMAND: >
103
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
104
CIBW_TEST_COMMAND: |
0 commit comments