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 a9d9bab47a6 [FLINK-34582][realse][python] Updates cibuildwheel to
support cpython3.11 wheel package
a9d9bab47a6 is described below
commit a9d9bab47a6b2a9520f7d2b6f3791690df50e214
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: