mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Upgrade bundled pip and setuptools (#27625)
pip is now 21.2.3 setuptools is now 57.4.0
This commit is contained in:
parent
55fa87b1ef
commit
738ac00a08
5 changed files with 3 additions and 2 deletions
|
@ -10,8 +10,8 @@ from importlib import resources
|
|||
|
||||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "56.0.0"
|
||||
_PIP_VERSION = "21.1.3"
|
||||
_SETUPTOOLS_VERSION = "57.4.0"
|
||||
_PIP_VERSION = "21.2.3"
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||
("pip", _PIP_VERSION, "py3"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue