mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
gh-113246: Updated bundled pip to 23.3.2 (gh-113249)
Updated bundled pip to 23.3.2
This commit is contained in:
parent
f428c4dafb
commit
4a24bf9a13
5 changed files with 8 additions and 7 deletions
|
@ -50,7 +50,7 @@ PACKAGE_TO_FILES = {
|
|||
include=["Modules/expat/**"]
|
||||
),
|
||||
"pip": PackageFiles(
|
||||
include=["Lib/ensurepip/_bundled/pip-23.3.1-py3-none-any.whl"]
|
||||
include=["Lib/ensurepip/_bundled/pip-*-py3-none-any.whl"]
|
||||
),
|
||||
"macholib": PackageFiles(
|
||||
include=["Lib/ctypes/macholib/**"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue