Skip to content

Commit

Permalink
Bump embed pip (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Jul 27, 2022
1 parent 36759d4 commit 37f3188
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- pypy-3.7-v7.3.9
- pypy-3.6-v7.3.3
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-12
- windows-2022
exclude:
Expand Down
1 change: 1 addition & 0 deletions docs/changelog/2391.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump embeded pip from ``22.2`` to ``22.2.1`` - 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 @@ -5,27 +5,27 @@
BUNDLE_FOLDER = Path(__file__).absolute().parent
BUNDLE_SUPPORT = {
"3.11": {
"pip": "pip-22.2-py3-none-any.whl",
"pip": "pip-22.2.1-py3-none-any.whl",
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.10": {
"pip": "pip-22.2-py3-none-any.whl",
"pip": "pip-22.2.1-py3-none-any.whl",
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.9": {
"pip": "pip-22.2-py3-none-any.whl",
"pip": "pip-22.2.1-py3-none-any.whl",
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.8": {
"pip": "pip-22.2-py3-none-any.whl",
"pip": "pip-22.2.1-py3-none-any.whl",
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
"3.7": {
"pip": "pip-22.2-py3-none-any.whl",
"pip": "pip-22.2.1-py3-none-any.whl",
"setuptools": "setuptools-63.2.0-py3-none-any.whl",
"wheel": "wheel-0.37.1-py2.py3-none-any.whl",
},
Expand Down
Binary file not shown.

0 comments on commit 37f3188

Please sign in to comment.