Skip to content

Commit

Permalink
GitHub Actions: Unpin cibuildwheel version to enable Python 3.13 supp…
Browse files Browse the repository at this point in the history
…ort, assuming former bug with repo versions is resolved
  • Loading branch information
ideoforms committed Oct 28, 2024
1 parent 11da185 commit 67184cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.19.2 numpy
run: python -m pip install cibuildwheel numpy

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 67184cf

Please sign in to comment.