Skip to content

Commit

Permalink
Bump embeded setuptools (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Dec 4, 2021
1 parent f3542e8 commit f92eda6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2240.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade embedded setuptools to ``59.4.0`` from ``58.3.0`` - by :user:`gaborbernat`.
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.3.1-py3-none-any.whl",
"setuptools": "setuptools-58.3.0-py3-none-any.whl",
"setuptools": "setuptools-59.4.0-py3-none-any.whl",
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-58.3.0-py3-none-any.whl",
"setuptools": "setuptools-59.4.0-py3-none-any.whl",
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-58.3.0-py3-none-any.whl",
"setuptools": "setuptools-59.4.0-py3-none-any.whl",
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-58.3.0-py3-none-any.whl",
"setuptools": "setuptools-59.4.0-py3-none-any.whl",
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
},
"3.6": {
"pip": "pip-21.3.1-py3-none-any.whl",
"setuptools": "setuptools-58.3.0-py3-none-any.whl",
"setuptools": "setuptools-59.4.0-py3-none-any.whl",
"wheel": "wheel-0.37.0-py2.py3-none-any.whl",
},
"3.5": {
Expand Down
Binary file not shown.

0 comments on commit f92eda6

Please sign in to comment.