Skip to content

Commit 2075b38

Browse files
authored
Fix build failure for MacOS with Python 3.13 on ARM (#73)
1 parent 2a38369 commit 2075b38

File tree

4 files changed

+350
-312
lines changed

4 files changed

+350
-312
lines changed

.github/workflows/release-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: Install cibuildwheel
151151
run: |
152152
python -m pip install -U pip
153-
python -m pip install cibuildwheel>=2.16
153+
python -m pip install cibuildwheel>=2.21
154154
155155
- name: Build wheels
156156
env:
@@ -205,7 +205,7 @@ jobs:
205205
python-version: '3.9'
206206

207207
- name: Install cibuildwheel
208-
run: python -m pip install cibuildwheel==2.16.2 wheel==0.42
208+
run: python -m pip install cibuildwheel>=2.21 wheel>=0.42
209209

210210
- name: Build wheels
211211
env:

0 commit comments

Comments
 (0)