https://github.com/python/cpython/commit/a191d071cf16b6a2bddfeff75e5391ee9222369f
commit: a191d071cf16b6a2bddfeff75e5391ee9222369f
branch: 3.10
author: Rafael Fontenelle <[email protected]>
committer: pablogsal <[email protected]>
date: 2026-03-02T22:48:47Z
summary:

[3.10] Pin `setuptools==81` to avoid `pkg_resources` removal (#144781)

files:
M Doc/Makefile

diff --git a/Doc/Makefile b/Doc/Makefile
index 9e72b31ab492a2..ac8f909a1f9143 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -150,7 +150,7 @@ venv:
                echo "To recreate it, remove it first with \`make 
clean-venv'."; \
        else \
                $(PYTHON) -m venv $(VENVDIR); \
-               $(VENVDIR)/bin/python3 -m pip install -U pip setuptools; \
+               $(VENVDIR)/bin/python3 -m pip install -U pip setuptools==81; \
                $(VENVDIR)/bin/python3 -m pip install -r requirements.txt; \
                echo "The venv has been created in the $(VENVDIR) directory"; \
        fi

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to