mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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:
parent
879fbd9472
commit
19f69993ae
4 changed files with 1 additions and 2 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue