Skip to content

Commit

Permalink
Bump cibuildwheel==2.16.2 to support python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavajay committed Oct 11, 2023
1 parent abf13d6 commit 384505a
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 @@ -51,7 +51,7 @@ jobs:
python-version: "3.12"

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.12.0
run: python -m pip install cibuildwheel==2.16.2

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

0 comments on commit 384505a

Please sign in to comment.