mirror of
https://github.com/python/cpython.git
synced 2025-10-12 09:53:19 +00:00
gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)
This commit is contained in:
parent
068ffafa54
commit
3c94d3395e
4 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ from importlib import resources
|
||||||
|
|
||||||
__all__ = ["version", "bootstrap"]
|
__all__ = ["version", "bootstrap"]
|
||||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||||
_SETUPTOOLS_VERSION = "58.1.0"
|
_SETUPTOOLS_VERSION = "63.2.0"
|
||||||
_PIP_VERSION = "22.2"
|
_PIP_VERSION = "22.2"
|
||||||
_PROJECTS = [
|
_PROJECTS = [
|
||||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||||
|
|
Binary file not shown.
BIN
Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl
Normal file
BIN
Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
Upgrade bundled setuptools to 63.2.0.
|
Loading…
Add table
Add a link
Reference in a new issue