Skip to content

Commit

Permalink
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (G…
Browse files Browse the repository at this point in the history
…H-31879)

This reverts commit c99ac3c
as it breaks test_bdb and test_distutils with installed Pythons.
  • Loading branch information
ned-deily committed Mar 14, 2022
1 parent 879fbd9 commit 19f6999
Show file tree
Hide file tree
Showing 4 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 = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "60.9.3"
_SETUPTOOLS_VERSION = "58.1.0"
_PIP_VERSION = "22.0.4"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
Expand Down
Binary file not shown.
Binary file not shown.

This file was deleted.

0 comments on commit 19f6999

Please sign in to comment.