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

hxb pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-2.0 by this push:
     new 1711599d5d6 [FLINK-37804-following][python][build] Fix build mac 
wheels error in GHA
1711599d5d6 is described below

commit 1711599d5d6b49d9be7a0a5d38a8b756fd1809c8
Author: xingbo <[email protected]>
AuthorDate: Fri May 23 14:00:28 2025 +0800

    [FLINK-37804-following][python][build] Fix build mac wheels error in GHA
---
 tools/azure-pipelines/build-python-wheels.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/azure-pipelines/build-python-wheels.yml 
b/tools/azure-pipelines/build-python-wheels.yml
index d68069c1632..bc7e97e23f6 100644
--- a/tools/azure-pipelines/build-python-wheels.yml
+++ b/tools/azure-pipelines/build-python-wheels.yml
@@ -33,7 +33,9 @@ jobs:
     steps:
       - task: UsePythonVersion@0
         inputs:
-          versionSpec: '3.11'
+          # pinning to 3.8.x to avoid issues with cibuildwheel for macOS with 
python 3.8 wheel,
+          # if drop support of 3.8,  change to 3.x
+          versionSpec: '3.8'
       - script: |
           cd flink-python
           python -m pip install --upgrade pip

Reply via email to