-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Upgrade bundled pip to 24.3 #126188
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
Comments
@pradyunsg Please check. ^^^ |
@sbidoul is planning on doing it soonish: pypa/pip#12941 (comment) We're not in a rush, the next releases aren't for a while, so it's good to let things settle and any regressions shake out.
|
Yep, no worries, I keep an eye on the timeline. Currently waiting on a |
Update bundled pip to 24.3.1 (cherry picked from commit f6b0361) Co-authored-by: Stéphane Bidoul <[email protected]>
Update bundled pip to 24.3.1
Update bundled pip to 24.3.1 (cherry picked from commit f6b0361) Co-authored-by: Stéphane Bidoul <[email protected]>
This is now done. |
Thank you @sbidoul! |
Update bundled pip to 24.3.1
Update bundled pip to 24.3.1
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
Proposal:
ensurepip
's bundled version of pip gets updated to the current latest 24.3.Background:
The pip 24.2 wheel bundled into current python releases is broken and does not work at all on old macOS releases (like e.g. macOS Sierra / High Sierra).
This issue was fixed and released as pip 24.3, so this ticket is intended as a reminder to not forget to update the bundled pip in CPython to at least that version.
There is still the broken pip 24.2 there:
Please replace all pip 24.2 by >=24.3.
CPython versions tested on:
3.12, 3.13, CPython main branch
Operating systems tested on:
macOS
Linked PRs
The text was updated successfully, but these errors were encountered: