This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch cp-37850
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 37744066ff9bc86b3426c55c6d179158726e4d75
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Mon Mar 16 13:29:51 2026 +0400

    Cherrypick #37850
---
 .github/workflows/build_wheels.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_wheels.yml 
b/.github/workflows/build_wheels.yml
index 7bbbb1a2e3d..e73c8de29f4 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -244,13 +244,13 @@ jobs:
     - name: Install Python
       uses: actions/setup-python@v5
       with:
-        python-version: '3.10'
+        python-version: '3.11'
     - uses: docker/setup-qemu-action@v3
       if: ${{matrix.os_python.arch == 'aarch64'}}
       name: Set up QEMU
     - name: Install cibuildwheel
       # note: sync cibuildwheel version with gradle task sdks:python:bdistPy* 
steps
-      run: pip install cibuildwheel==2.23.3 setuptools
+      run: pip install cibuildwheel==3.4.0 setuptools
     - name: Build wheel
       # Only build wheel if it is one of the target versions for this 
platform, otherwise no-op
       if: ${{ contains(matrix.os_python.python, matrix.py_version) }}

Reply via email to