From fc3af406ce697243781606c36df3743490733104 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Tue, 27 Aug 2019 18:34:37 +0200 Subject: [PATCH] travis: drop python 2.6 and 3.3 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a06ac1..9fd97a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,7 @@ language: python dist: xenial python: - - "2.6" - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6"