Skip to content

Commit

Permalink
Upgrade cibuildwheel to support Python v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Feb 26, 2025
1 parent 8c4823d commit 043dcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Install NumPy and cibuildwheel
run: |
python3 -m pip install --upgrade pip
python3 -m pip install cibuildwheel==2.19.1
python3 -m pip install cibuildwheel==2.22.0
- name: Build wheels
run: |
python3 -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 043dcfc

Please sign in to comment.