Skip to content

Commit

Permalink
Set lint basepython to 3.7
Browse files Browse the repository at this point in the history
3.7 is the lowest common denominator of supported versions. Linting on more
recent versions introduces new error messages.
  • Loading branch information
marcgibbons authored and nedbat committed Apr 24, 2023
1 parent c0a17c5 commit f41f838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ commands =
- sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html

[testenv:lint]
# PYVERSIONS
basepython = python3.7
deps =
-r requirements/lint.pip

Expand Down

0 comments on commit f41f838

Please sign in to comment.