You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Yep, no worries, I keep an eye on the timeline. Currently waiting on a packaging release to address pypa/pip#13053, which should also happen soon, as @pradyunsg is on it.
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
The text was updated successfully, but these errors were encountered: