-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
python: make python@3.11 the new default for python3 #114154
Conversation
Please provide a better issue/pull request title and/or description! |
Also needs changes in See #107517. |
@carlocab, thank you for clarifying, I didn't thought about that but it's certainly mandatory, I've applied the sensible changes, hopefully nothing missed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Could you split your commit so that you have at least two commits:
- one that modifies
python@3.11.rb
- one that modifies
python@3.10.rb
Adding a third commit only for the symlinks works fine too.
Let me know if you need help with this.
https://github.com/Homebrew/homebrew-core/actions/runs/3349533474/jobs/5549658710
|
@ryenus the "long build" label indicates to maintainers that this build will need a "CI-long-timeout" label and they will add one when it's available. |
Got it, thank you for the clarification @SMillerDev. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Hi @ryenus , is there any progress on this? I was paying attention to this to make sure I could release MacVim with the correct pinned Python 3 version and was wondering if this was going to be merged considering the PR was filed more than a month ago. Thanks! |
Kicking off a run |
Thanks @p-linnane! :) |
Failures on all platform
Failures on some platform
|
At this point, I wonder whether the issue with |
I rebased and tweaked the commit messages to follow our commit style. This should be good to merge after one more run, we can handle |
Kicking off a run. |
I checked the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple new failures are from a flaky network, merging
Switch python3 aliases from python@3.10 to python@3.11, following up #113811
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Query for related formulae pr(s):
is:pr label:python-3.11-migration is:open