Skip to content

Commit

Permalink
update cibuildwheel action to get python 3.12 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Dec 15, 2023
1 parent 9b421d2 commit 1ece164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install --upgrade pip
python -m pip install cibuildwheel==2.13.1
python -m pip install cibuildwheel==2.16.2
- name: Install libomp
if: runner.os == 'macOS'
Expand Down

0 comments on commit 1ece164

Please sign in to comment.