Skip to content

Commit

Permalink
[FLINK-34582][realse][python] Updates cibuildwheel to support cpython…
Browse files Browse the repository at this point in the history
…3.11 wheel package

This closes #24439.
  • Loading branch information
HuangXingBo committed Mar 6, 2024
1 parent 7618bde commit fa738bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/azure-pipelines/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fa738bb

Please sign in to comment.