mirror of https://github.com/python/cpython
Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598)
This commit is contained in:
parent
062a57bf4b
commit
8b9c33ea9c
|
@ -8,9 +8,9 @@ import tempfile
|
|||
__all__ = ["version", "bootstrap"]
|
||||
|
||||
|
||||
_SETUPTOOLS_VERSION = "39.0.1"
|
||||
_SETUPTOOLS_VERSION = "40.6.2"
|
||||
|
||||
_PIP_VERSION = "10.0.1"
|
||||
_PIP_VERSION = "18.1"
|
||||
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION),
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Update ensurepip to install pip 18.1 and setuptools 40.6.2.
|
Loading…
Reference in New Issue