Skip to content
Snippets Groups Projects
Commit b7ce8cff authored by Ian Bell's avatar Ian Bell
Browse files

I think bumping cibuildwheels gives us python 3.11

parent 1aa0c334
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ jobs: ...@@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
- name: Install cibuildwheel - name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.3.1 run: python -m pip install cibuildwheel==2.11.2
- name: Install LLVM (clang-cl) on windows - name: Install LLVM (clang-cl) on windows
run: choco install -y llvm run: choco install -y llvm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment