Skip to content

Commit 074b249

Browse files
vstinnerSeth Sims
authored andcommitted
bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (pythonGH-22062)
setuptools 50.0.2 is now compatible with Python 3.10: pypa/setuptools#2361
1 parent 9730d21 commit 074b249

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ clean:
142142

143143
venv:
144144
$(PYTHON) -m venv $(VENVDIR)
145-
# $(VENVDIR)/bin/python3 -m pip install -U pip setuptools
146-
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools==49.2.1
145+
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools
147146
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==3.2.1 blurb python-docs-theme
148147
@echo "The venv has been created in the $(VENVDIR) directory"
149148

0 commit comments

Comments
 (0)