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

jrmccluskey pushed a commit to branch cibuildUpgrade
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/cibuildUpgrade by this push:
     new 25c85b84102 try new distlib version
25c85b84102 is described below

commit 25c85b8410227aedb05640bd1ea6552b8bbdb9fc
Author: Jack McCluskey <[email protected]>
AuthorDate: Tue Dec 17 14:01:28 2024 -0500

    try new distlib version
---
 .github/workflows/build_wheels.yml | 2 +-
 sdks/python/build.gradle           | 2 +-
 sdks/python/pyproject.toml         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build_wheels.yml 
b/.github/workflows/build_wheels.yml
index 5f3c3b8def4..ee10942e84a 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -251,7 +251,7 @@ jobs:
       name: Set up QEMU
     - name: Install cibuildwheel
       # note: sync cibuildwheel version with gradle task sdks:python:bdistPy* 
steps
-      run: pip install cibuildwheel==2.18.0 setuptools
+      run: pip install cibuildwheel==2.22.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) }}
diff --git a/sdks/python/build.gradle b/sdks/python/build.gradle
index 6b3d21fe7a8..260ffc2f289 100644
--- a/sdks/python/build.gradle
+++ b/sdks/python/build.gradle
@@ -165,7 +165,7 @@ platform_identifiers_map.each { platform, idsuffix ->
              args '-c', ". ${envdir}/bin/activate && " +
                  // note: sync cibuildwheel version with GitHub Action
                  // .github/workflows/build_wheel.yml:build_wheels "Install 
cibuildwheel" step
-                 "pip install cibuildwheel==2.18.0 setuptools && " +
+                 "pip install cibuildwheel==2.22.0 setuptools && " +
                  "cibuildwheel --print-build-identifiers --platform 
${platform} --archs ${archs} && " +
                  "cibuildwheel --output-dir ${buildDir} --platform ${platform} 
--archs ${archs} "
            }
diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml
index 8000c24f28a..ccdd31a1ff3 100644
--- a/sdks/python/pyproject.toml
+++ b/sdks/python/pyproject.toml
@@ -24,7 +24,7 @@ requires = [
     "grpcio-tools==1.62.1",
     "mypy-protobuf==3.5.0",
     # Avoid https://github.com/pypa/virtualenv/issues/2006
-    "distlib==0.3.7",
+    "distlib==0.3.9",
     # Numpy headers
     "numpy>=1.14.3,<2.3.0", # Update setup.py as well.
     # having cython here will create wheels that are platform dependent.

Reply via email to