Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31879)

This reverts commit c99ac3c364
as it breaks test_bdb and test_distutils with installed Pythons.
This commit is contained in:
Ned Deily 2022-03-14 16:30:46 -04:00 committed by GitHub
parent 879fbd9472
commit 19f69993ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@ from importlib import resources
__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"),

View File

@ -1 +0,0 @@
Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)