mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062)
setuptools 50.0.2 is now compatible with Python 3.10: https://github.com/pypa/setuptools/pull/2361
This commit is contained in:
parent
c0d5c131d9
commit
51fece1bb8
1 changed files with 1 additions and 2 deletions
|
|
@ -142,8 +142,7 @@ clean:
|
|||
|
||||
venv:
|
||||
$(PYTHON) -m venv $(VENVDIR)
|
||||
# $(VENVDIR)/bin/python3 -m pip install -U pip setuptools
|
||||
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools==49.2.1
|
||||
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools
|
||||
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==3.2.1 blurb python-docs-theme
|
||||
@echo "The venv has been created in the $(VENVDIR) directory"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue