From 225bc78bda42a824976ffe1c226b0811bcba0008 Mon Sep 17 00:00:00 2001 From: Johann Schmitz Date: Fri, 14 Aug 2020 05:26:31 +0200 Subject: [PATCH] Drop support for old Python versions Run travis with python 3.6+ and drop support for older Python versions (especially python 2.7). --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9403254..5f0915c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: python sudo: False python: - - 2.7 - - 3.4 - - 3.5 - 3.6 + - 3.7 + - 3.8 - pypy install: