Skip to content

Commit 80cc10f

Browse files
authored
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31882)
This reverts commit 0fbab8a as it breaks test_bdb and test_distutils with installed Pythons.
1 parent 0fbab8a commit 80cc10f

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
@@ -8,7 +8,7 @@
88

99
__all__ = ["version", "bootstrap"]
1010
_PACKAGE_NAMES = ('setuptools', 'pip')
11-
_SETUPTOOLS_VERSION = "60.9.3"
11+
_SETUPTOOLS_VERSION = "47.1.0"
1212
_PIP_VERSION = "22.0.4"
1313
_PROJECTS = [
1414
("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)