From 927db96bbd343a61428faa0249fdeec58cfb3ebe Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Thu, 20 Jun 2019 09:47:50 +0200 Subject: 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. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6ee6e78f9..a9eedab1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,6 @@ jobs: env: TOXENV=formatting - python: 3.6 env: TOXENV=mypy - - stage: tests-cpython - python: 3.4 - env: TOXENV=py34 - python: 3.5-dev env: TOXENV=py35 - python: 3.6 -- cgit v1.2.1