bgeng777 commented on code in PR #20190:
URL: https://github.com/apache/flink/pull/20190#discussion_r916521797
##########
tools/azure-pipelines/build-python-wheels.yml:
##########
@@ -32,3 +26,21 @@ jobs:
inputs:
artifactName: 'wheel_$(Agent.OS)_$(Agent.JobName)'
targetPath: 'flink-python/dist'
+
+ - job: build_wheels_on_macos
+ pool:
+ vmImage: 'macOS-latest'
+ steps:
+ - task: UsePythonVersion@0
+ inputs:
+ versionSpec: '3.9'
Review Comment:
Does it mean that since 1.16, users who want to run pyflink in m1 mac should
at least install python3.9?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]