Skip to content

Commit a102783

Browse files
committed
Increase pip version to 20.3.4 for Py27
1 parent 08e02f4 commit a102783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get-pip-generate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def main():
148148
elif version == "2.7":
149149
PACKAGES = [
150150
# Essential packages (`pip`, `wheel` and `setuptools`).
151-
Package("pip-9.0.3-py2.py3-none-any.whl"),
151+
Package("pip-20.3.4-py2.py3-none-any.whl"),
152152
Package("argparse-1.4.0-py2.py3-none-any.whl"),
153153
Package("wheel-0.36.2-py2.py3-none-any.whl"),
154154
Package("setuptools-44.1.1-py2.py3-none-any.whl"),

0 commit comments

Comments
 (0)