From 0c1fb7931118c0433962a12983479e4927019b58 Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Wed, 23 May 2018 17:26:58 -0500 Subject: [PATCH] Drop support for Python 3.3 since wheel doesn't support it --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67490e9..64c2821 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python cache: pip python: - 2.7 -- 3.3 - 3.4 - 3.5 - 3.6