Skip to content

Commit

Permalink
Update cibuildswheels.yml
Browse files Browse the repository at this point in the history
Not quite ready for python 3.12 yet
  • Loading branch information
ibell committed Aug 26, 2023
1 parent f267beb commit b2931cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildswheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-python@v2

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.7.0
run: python -m pip install cibuildwheel==2.12.3

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

0 comments on commit b2931cf

Please sign in to comment.