This is an automated email from the ASF dual-hosted git repository.
hxb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 5b2a5bf8e7f [FLINK-37804-following][python][build] Fix build mac
wheels error in GHA
5b2a5bf8e7f is described below
commit 5b2a5bf8e7f9363c96da8072bb7ec85c6ab00e6b
Author: xingbo <[email protected]>
AuthorDate: Fri May 23 13:58:30 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 1ec944b487b..026d9a1ca40 100644
--- a/tools/azure-pipelines/build-python-wheels.yml
+++ b/tools/azure-pipelines/build-python-wheels.yml
@@ -36,7 +36,9 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
- versionSpec: '3.12'
+ # 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