mirror of
https://github.com/python/cpython.git
synced 2024-11-24 17:47:13 +01:00
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
This commit is contained in:
parent
d87f1b787e
commit
c99ac3c364
@ -10,7 +10,7 @@ from importlib import resources
|
||||
|
||||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "58.1.0"
|
||||
_SETUPTOOLS_VERSION = "60.9.3"
|
||||
_PIP_VERSION = "22.0.4"
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||
|
Binary file not shown.
BIN
Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl
Normal file
BIN
Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
||||
Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)
|
Loading…
Reference in New Issue
Block a user