Merge pull request #2102 from yambati03/macos-silicon-cibuildwheel
Add `cibuildwheel` targets for MacOS Siliconrelease/4.3a0
commit
c3c1a9ae41
|
@ -93,6 +93,24 @@ jobs:
|
||||||
cibw_python_version: 313
|
cibw_python_version: 313
|
||||||
platform_id: macosx_x86_64
|
platform_id: macosx_x86_64
|
||||||
|
|
||||||
|
# MacOS arm64
|
||||||
|
- os: macos-14
|
||||||
|
python_version: "3.10"
|
||||||
|
cibw_python_version: 310
|
||||||
|
platform_id: macosx_arm64
|
||||||
|
- os: macos-14
|
||||||
|
python_version: "3.11"
|
||||||
|
cibw_python_version: 311
|
||||||
|
platform_id: macosx_arm64
|
||||||
|
- os: macos-14
|
||||||
|
python_version: "3.12"
|
||||||
|
cibw_python_version: 312
|
||||||
|
platform_id: macosx_arm64
|
||||||
|
- os: macos-14
|
||||||
|
python_version: "3.13"
|
||||||
|
cibw_python_version: 313
|
||||||
|
platform_id: macosx_arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue