Skip to content

Commit 56a26f5

Browse files
authored
Merge pull request readthedocs#5450 from stsewd/update-setuptools
Update version of setuptools
2 parents 495ff86 + ec1d08b commit 56a26f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/python_environments.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def install_core_requirements(self):
284284
self.project.get_feature_value(
285285
Feature.USE_SETUPTOOLS_LATEST,
286286
positive='setuptools<41',
287-
negative='setuptools<40',
287+
negative='setuptools<41',
288288
),
289289
'docutils==0.14',
290290
'mock==1.0.1',

0 commit comments

Comments
 (0)