From 5e41c7dc805700fe10856bba65278d87ca412831 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Fri, 16 Oct 2020 19:23:37 +0530 Subject: [PATCH] drop 2.7 support --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 136ec77..326fc32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,8 @@ os: linux dist: xenial cache: pip python: - - 2.7 - 3.6 - - 3.8 + - 3.9 before_install: - python --version - pip install -U pip