Skip to content

Commit

Permalink
Bump pip
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
  • Loading branch information
gaborbernat committed May 3, 2021
1 parent 45b44c2 commit a74ff2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,26 @@
BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.10": {
"pip": "pip-21.0.1-py3-none-any.whl",
"pip": "pip-21.1.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-21.0.1-py3-none-any.whl",
"pip": "pip-21.1.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-21.0.1-py3-none-any.whl",
"pip": "pip-21.1.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-21.0.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-21.0.1-py3-none-any.whl",
"pip": "pip-21.1.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.6": {"pip": "pip-21.1.1-py3-none-any.whl", "setuptools": "setuptools-56.0.0-py3-none-any.whl"},
"3.5": {
"pip": "pip-20.3.4-py2.py3-none-any.whl",
"setuptools": "setuptools-50.3.2-py3-none-any.whl",
Expand All @@ -40,11 +36,7 @@
"setuptools": "setuptools-43.0.0-py2.py3-none-any.whl",
"wheel": "wheel-0.33.6-py2.py3-none-any.whl",
},
"2.7": {
"pip": "pip-20.3.4-py2.py3-none-any.whl",
"setuptools": "setuptools-44.1.1-py2.py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"2.7": {"pip": "pip-20.3.4-py2.py3-none-any.whl", "setuptools": "setuptools-44.1.1-py2.py3-none-any.whl"},
}
MAX = "3.10"

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit a74ff2c

Please sign in to comment.