summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-03-29 17:52:21 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-03-29 17:52:21 +0200
commit2957c5ccb841bc9b663b0313d9fcb31ff83a3f4b (patch)
tree815a8601b63d4eda034d0faced9af505e50f9b32 /tox.ini
parentf45dcb1abaca33d279543d384b0b64f9dbe7f5d8 (diff)
downloadqutebrowser-2957c5ccb841bc9b663b0313d9fcb31ff83a3f4b.tar.gz
qutebrowser-2957c5ccb841bc9b663b0313d9fcb31ff83a3f4b.zip
Switch to newer Python for linters
We originally used Python 3.8 for pylint for https://github.com/PyCQA/pylint/issues/3760 which is long fixed... See 214dd63441063acffa7e888f3f5b42187007da11
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f52d7b158..8d6fa011e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -78,7 +78,7 @@ commands =
{[testenv:vulture]commands}
[testenv:pylint]
-basepython = {env:PYTHON:python3.8}
+basepython = {env:PYTHON:python3}
ignore_errors = true
passenv =
deps =