[2.7] bpo-37664: Update ensurepip bundled wheels, again (GH-16633)
(cherry picked from commit 10c452b894
)
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
This commit is contained in:
parent
c5abd63e94
commit
e7e58fe031
|
@ -12,9 +12,9 @@ import tempfile
|
|||
__all__ = ["version", "bootstrap"]
|
||||
|
||||
|
||||
_SETUPTOOLS_VERSION = "40.8.0"
|
||||
_SETUPTOOLS_VERSION = "41.2.0"
|
||||
|
||||
_PIP_VERSION = "19.0.3"
|
||||
_PIP_VERSION = "19.2.3"
|
||||
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION),
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
Update wheels bundled with ensurepip (pip 19.2.3 and setuptools 41.2.0)
|
Loading…
Reference in New Issue