diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2019-06-20 09:47:50 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-06-20 09:49:48 +0200 |
commit | 927db96bbd343a61428faa0249fdeec58cfb3ebe (patch) | |
tree | 7604004ed6c2dc86c0c937fe28274e2248e8e195 /tox.ini | |
parent | a913613257c9d14245a780695c113400c862cae3 (diff) | |
download | pylint-git-927db96bbd343a61428faa0249fdeec58cfb3ebe.tar.gz |
Dropped support for Python 3.4
It reached EoL a while ago an our typed_ast dependency also stopped working
for 3.4. Ideally just use a more recent Python version, which also helps
us as we don't have to maintain support for multiple minor versions at once.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py34, py35, py36, py37, py38, pypy, pylint +envlist = py35, py36, py37, py38, pypy, pylint skip_missing_interpreters = true [testenv:pylint] |