Skip to content

Commit

Permalink
Revert "pythongh-106774: Update bundled pip version to 23.2.1 (python…
Browse files Browse the repository at this point in the history
…#106775)"

This reverts commit f443b54.
  • Loading branch information
vstinner committed Sep 11, 2023
1 parent 1ec4537 commit ca97483
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Lib/ensurepip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('pip',)
_PIP_VERSION = "23.2.1"
_PIP_VERSION = "23.1.2"
_PROJECTS = [
("pip", _PIP_VERSION, "py3"),
]
Expand Down
Binary file not shown.

This file was deleted.

0 comments on commit ca97483

Please sign in to comment.