-
-
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@3.{10,11}: revision bump for alias migration #123165
Conversation
Does the rev-bump need to go through "The tests are failing," "That one pre-dates the change," and so on? It took four months to get the #114154 through. Please don't delay too long before users actually see the benefits. |
No this should be good to merge after a single CI run, we didn't intend for the other PR to take that long |
Forgot the self-hosted label so Linux got halfway through before timing out, but without any failures. Don't think it's worth rerunning |
Do we have bottles for everything? |
Yes all bottles were built/uploaded (here's the linux one) |
Yeah, I can see the bottles for the linux run as well
|
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>
?We didn't rev bump in #114154 but I think we should so all users have the same
python3