From 7569d485c9ada30e0d68753d6bffcc5a5604290d Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 8 Nov 2018 17:23:25 +0100 Subject: Drop support for Python <3.6 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ea09d94..11950e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@ dist: trusty language: python python: - - "3.4" - - "3.5" - "3.6" - - "pypy3.5" + - "3.7" install: - pip install . script: -- cgit v1.2.3