Skip to content

Commit

Permalink
Bump embeded setuptools (#2119)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat authored May 18, 2021
1 parent 4ce2785 commit d9707e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/virtualenv/seed/wheels/embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
BUNDLE_SUPPORT = {
"3.10": {
"pip": "pip-21.1.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"setuptools": "setuptools-56.2.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-21.1.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"setuptools": "setuptools-56.2.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-21.1.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"setuptools": "setuptools-56.2.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-21.1.1-py3-none-any.whl",
"setuptools": "setuptools-56.0.0-py3-none-any.whl",
"setuptools": "setuptools-56.2.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",
"setuptools": "setuptools-56.2.0-py3-none-any.whl",
"wheel": "wheel-0.36.2-py2.py3-none-any.whl",
},
"3.5": {
Expand Down
Binary file not shown.

0 comments on commit d9707e0

Please sign in to comment.