Skip to content

Commit 203051e

Browse files
committed
ensurepip from Python 3.13.7
1 parent 4bfd8c6 commit 203051e

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Lib/ensurepip/__init__.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,7 @@
99

1010

1111
__all__ = ["version", "bootstrap"]
12-
_PACKAGE_NAMES = ('pip',)
13-
_PIP_VERSION = "23.2.1"
14-
_PROJECTS = [
15-
("pip", _PIP_VERSION, "py3"),
16-
]
17-
18-
# Packages bundled in ensurepip._bundled have wheel_name set.
19-
# Packages from WHEEL_PKG_DIR have wheel_path set.
20-
_Package = collections.namedtuple('Package',
21-
('version', 'wheel_name', 'wheel_path'))
12+
_PIP_VERSION = "25.2"
2213

2314
# Directory of system wheel packages. Some Linux distribution packaging
2415
# policies recommend against bundling dependencies. For example, Fedora
1.67 MB
Binary file not shown.

0 commit comments

Comments
 (0)