-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
{Packaging} Update Homebrew template to use python3.10 executable #23788
Conversation
Thank you for your contribution chenrui333! We will review the pull request and get back to you soon. |
homebrew |
For context here: We recently changed the way we package Python formulae. The latest version will have a Hence, it makes sense to fully qualify |
@carlocab Correct me if I'm wrong. When 3.11 is not released, this PR makes no difference. After 3.11 is out, it will prevent linking |
When 3.11 is released, |
@chenrui333 Could you please sync this PR with |
ping @chenrui333 |
Related command
Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a
: Make some customer-facing breaking change[Component Name 2]
az command b
: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.
update brew PR template, relates to Homebrew/homebrew-core#109727