Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 51fece1

Browse filesBrowse files
authored
bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062)
setuptools 50.0.2 is now compatible with Python 3.10: pypa/setuptools#2361
1 parent c0d5c13 commit 51fece1
Copy full SHA for 51fece1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎Doc/Makefile

Copy file name to clipboardExpand all lines: Doc/Makefile
+1-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.