Skip to content

Commit f41f838

Browse files
marcgibbonsnedbat
authored andcommitted
Set lint basepython to 3.7
3.7 is the lowest common denominator of supported versions. Linting on more recent versions introduces new error messages.
1 parent c0a17c5 commit f41f838

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ commands =
7070
- sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html
7171

7272
[testenv:lint]
73+
# PYVERSIONS
74+
basepython = python3.7
7375
deps =
7476
-r requirements/lint.pip
7577

0 commit comments

Comments
 (0)