We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e02f4 commit a102783Copy full SHA for a102783
scripts/get-pip-generate.py
@@ -148,7 +148,7 @@ def main():
148
elif version == "2.7":
149
PACKAGES = [
150
# Essential packages (`pip`, `wheel` and `setuptools`).
151
- Package("pip-9.0.3-py2.py3-none-any.whl"),
+ Package("pip-20.3.4-py2.py3-none-any.whl"),
152
Package("argparse-1.4.0-py2.py3-none-any.whl"),
153
Package("wheel-0.36.2-py2.py3-none-any.whl"),
154
Package("setuptools-44.1.1-py2.py3-none-any.whl"),
0 commit comments