From 97e71354ab82ca573df2dd90c60c510aab6b663d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 5 May 2018 08:49:01 -0400 Subject: No more support for 2.6 or 3.3 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bb5a4b1..8b318f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,7 @@ language: python cache: pip sudo: false python: - - '2.6' - '2.7' - - '3.3' - '3.4' - '3.5' - '3.6' -- cgit v1.2.1