-
Notifications
You must be signed in to change notification settings - Fork 3k
Ensure that mac runs on py311+ #38491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/azp run python - storage |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run python - ml |
Azure Pipelines successfully started running 1 pipeline(s). |
The analyze failures are due to conflicts with Other than that, the internal |
/check-enforcer override |
* ensure that mac runs on py311+ by shifting it to a deliberate include for py311 * rework to instead use MatrixFilters in ml/ci.yml and storage/ci.yml instead of fully new matrices
Just manipulating our matrices so that mac agents only get py311+.
This is some confusion around actions/runner-images#10812
I don't believe that we'll actually lose access to the python versions, but we were also seeing some failures re openssl configuration for those python versions as well. We don't actually care if mac is on earlier or newer python, so lets just avoid having build issues in the future by adjusting the distribution.
Internal discussion thread