Skip to content

Commit

Permalink
Fix build failure for MacOS with Python 3.13 on ARM (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Oct 27, 2024
1 parent 2a38369 commit 2075b38
Show file tree
Hide file tree
Showing 4 changed files with 350 additions and 312 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install -U pip
python -m pip install cibuildwheel>=2.16
python -m pip install cibuildwheel>=2.21
- name: Build wheels
env:
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
python-version: '3.9'

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

- name: Build wheels
env:
Expand Down
Loading

0 comments on commit 2075b38

Please sign in to comment.