Skip to content

Commit

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

This reverts commit 0fbab8a
as it breaks test_bdb and test_distutils with installed Pythons.
  • Loading branch information
ned-deily committed Mar 14, 2022
1 parent 0fbab8a commit d69d648
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 @@ -8,7 +8,7 @@

__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "60.9.3"
_SETUPTOOLS_VERSION = "47.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 d69d648

Please sign in to comment.