mirror of
https://github.com/python/cpython.git
synced 2025-09-22 16:33:26 +00:00
[3.12] gh-114965: Updated bundled pip to 24.0 (gh-114966) (gh-114971)
gh-114965: Updated bundled pip to 24.0 (gh-114966)
Updated bundled pip to 24.0
(cherry picked from commit a4c298c149
)
This commit is contained in:
parent
df9f3ef5a2
commit
f7252f6831
3 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ from importlib import resources
|
|||
|
||||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('pip',)
|
||||
_PIP_VERSION = "23.3.2"
|
||||
_PIP_VERSION = "24.0"
|
||||
_PROJECTS = [
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
]
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Update bundled pip to 24.0
|
Loading…
Add table
Add a link
Reference in a new issue