Skip to content

Commit

Permalink
Update cibuildwheel for Python 3.11 support (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Feb 20, 2023
1 parent 7b4f7c0 commit bfb3362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install -U pip
python -m pip install cibuildwheel==2.3.1
python -m pip install cibuildwheel==2.12.0
- name: Build wheels
env:
Expand Down

0 comments on commit bfb3362

Please sign in to comment.