We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744258a commit 40c8ab0Copy full SHA for 40c8ab0
1 file changed
.github/workflows/wheels.yml
@@ -59,7 +59,7 @@ jobs:
59
if: matrix.buildplat[1] == 'manylinux_riscv64'
60
run: |
61
echo "/opt/python-3.12/bin" >> "$GITHUB_PATH"
62
- /opt/python-3.12/bin/python3.12 -m pip install cibuildwheel==2.23.3
+ /opt/python-3.12/bin/python3.12 -m pip install cibuildwheel==3.4.0
63
64
- name: Setup MSVC (32-bit)
65
if: ${{ matrix.buildplat[1] == 'win32' }}
0 commit comments