Skip to content

Commit

Permalink
bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-2…
Browse files Browse the repository at this point in the history
…2062)

setuptools 50.0.2 is now compatible with Python 3.10:
pypa/setuptools#2361
  • Loading branch information
vstinner committed Sep 2, 2020
1 parent c0d5c13 commit 51fece1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 51fece1

Please sign in to comment.