Skip to content

Commit

Permalink
upgrade cibuildwheel
Browse files Browse the repository at this point in the history
unpin cibuildwheel to build for more recent python versions
  • Loading branch information
dancergraham authored Feb 7, 2024
1 parent 414387c commit 21971ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
submodules: recursive

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.3.1
run: python -m pip install cibuildwheel

- name: Build wheels (Ubuntu)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 21971ce

Please sign in to comment.