This is an automated email from the ASF dual-hosted git repository.
hxb pushed a commit to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.19 by this push:
new fa738bb0931 [FLINK-34582][realse][python] Updates cibuildwheel to
support cpython3.11 wheel package
fa738bb0931 is described below
commit fa738bb09310a0012b5c8341e403c597855079b1
Author: xingbo <[email protected]>
AuthorDate: Wed Mar 6 10:14:40 2024 +0800
[FLINK-34582][realse][python] Updates cibuildwheel to support cpython3.11
wheel package
This closes #24439.
---
tools/azure-pipelines/build-python-wheels.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/azure-pipelines/build-python-wheels.yml
b/tools/azure-pipelines/build-python-wheels.yml
index e7a44b64c06..f262b02f3f0 100644
--- a/tools/azure-pipelines/build-python-wheels.yml
+++ b/tools/azure-pipelines/build-python-wheels.yml
@@ -33,11 +33,11 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
- versionSpec: '3.9'
+ versionSpec: '3.11'
- script: |
cd flink-python
python -m pip install --upgrade pip
- pip install cibuildwheel==2.8.0
+ pip install cibuildwheel==2.16.5
cibuildwheel --platform macos --output-dir dist .
- task: PublishPipelineArtifact@0
inputs: