Skip to content

Commit 19f6999

Browse files
authored
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31879)
This reverts commit c99ac3c as it breaks test_bdb and test_distutils with installed Pythons.
1 parent 879fbd9 commit 19f6999

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

Lib/ensurepip/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__all__ = ["version", "bootstrap"]
1212
_PACKAGE_NAMES = ('setuptools', 'pip')
13-
_SETUPTOOLS_VERSION = "60.9.3"
13+
_SETUPTOOLS_VERSION = "58.1.0"
1414
_PIP_VERSION = "22.0.4"
1515
_PROJECTS = [
1616
("setuptools", _SETUPTOOLS_VERSION, "py3"),
Binary file not shown.
Binary file not shown.

Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)