Skip to content

Commit

Permalink
Bump embedded
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 committed Nov 10, 2022
1 parent dbc57c2 commit 277bc48
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 20 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/check.yml
Expand Up @@ -23,17 +23,19 @@ jobs:
- "3.8"
- "3.7"
- "3.6"
- pypy-3.9-v7.3.9
- pypy-3.8-v7.3.9
- pypy-3.7-v7.3.9
- pypy-3.6-v7.3.3
- pypy-3.9
- pypy-3.8
- pypy-3.7
- pypy-3.6
os:
- ubuntu-20.04
- macos-12
- windows-2022
exclude:
- { os: macos-12, py: "pypy-3.6-v7.3.3" } # PyPy 3.6 does not support macOS 11/12
- { os: macos-12, py: "pypy-3.6" } # PyPy 3.6 does not support macOS 11/12
include:
- { os: macos-12, py: "brew@3.11" }
- { os: macos-12, py: "brew@3.10" }
- { os: macos-12, py: "brew@3.9" }
- { os: macos-12, py: "brew@3.8" }
steps:
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog/2443.bugfix.rst
@@ -0,0 +1,2 @@
Upgrade embedded wheel to ``0.38.4`` and pip to ``22.3.1`` from ``22.3`` and setuptools to ``65.5.1`` from
``65.5.0`` - by :user:`gaborbernat`.
30 changes: 15 additions & 15 deletions src/virtualenv/seed/wheels/embed/__init__.py
Expand Up @@ -5,29 +5,29 @@
BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.11": {
"pip": "pip-22.3-py3-none-any.whl",
"setuptools": "setuptools-65.5.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
"pip": "pip-22.3.1-py3-none-any.whl",
"setuptools": "setuptools-65.5.1-py3-none-any.whl",
"wheel": "wheel-0.38.4-py3-none-any.whl",
},
"3.10": {
"pip": "pip-22.3-py3-none-any.whl",
"setuptools": "setuptools-65.5.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
"pip": "pip-22.3.1-py3-none-any.whl",
"setuptools": "setuptools-65.5.1-py3-none-any.whl",
"wheel": "wheel-0.38.4-py3-none-any.whl",
},
"3.9": {
"pip": "pip-22.3-py3-none-any.whl",
"setuptools": "setuptools-65.5.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
"pip": "pip-22.3.1-py3-none-any.whl",
"setuptools": "setuptools-65.5.1-py3-none-any.whl",
"wheel": "wheel-0.38.4-py3-none-any.whl",
},
"3.8": {
"pip": "pip-22.3-py3-none-any.whl",
"setuptools": "setuptools-65.5.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
"pip": "pip-22.3.1-py3-none-any.whl",
"setuptools": "setuptools-65.5.1-py3-none-any.whl",
"wheel": "wheel-0.38.4-py3-none-any.whl",
},
"3.7": {
"pip": "pip-22.3-py3-none-any.whl",
"setuptools": "setuptools-65.5.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
"pip": "pip-22.3.1-py3-none-any.whl",
"setuptools": "setuptools-65.5.1-py3-none-any.whl",
"wheel": "wheel-0.38.4-py3-none-any.whl",
},
"3.6": {
"pip": "pip-21.3.1-py3-none-any.whl",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 277bc48

Please sign in to comment.