Skip to content

Commit

Permalink
Turn on python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Nov 3, 2023
1 parent 53392a4 commit 860dffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.11.2 build wheel
run: python -m pip install cibuildwheel==2.16.2 build wheel

# - name: Install LLVM (clang-cl) on windows
# run: choco install -y llvm
Expand Down

0 comments on commit 860dffc

Please sign in to comment.