We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b41e8b commit b92c436Copy full SHA for b92c436
.github/workflows/build_wheels.yml
@@ -244,13 +244,13 @@ jobs:
244
- name: Install Python
245
uses: actions/setup-python@v5
246
with:
247
- python-version: '3.10'
+ python-version: '3.11'
248
- uses: docker/setup-qemu-action@v3
249
if: ${{matrix.os_python.arch == 'aarch64'}}
250
name: Set up QEMU
251
- name: Install cibuildwheel
252
# note: sync cibuildwheel version with gradle task sdks:python:bdistPy* steps
253
- run: pip install cibuildwheel==2.23.3 setuptools
+ run: pip install cibuildwheel==3.4.0 setuptools
254
- name: Build wheel
255
# Only build wheel if it is one of the target versions for this platform, otherwise no-op
256
if: ${{ contains(matrix.os_python.python, matrix.py_version) }}
0 commit comments