From 124105f9dd2f53d60f733ae02ceac7abfb055770 Mon Sep 17 00:00:00 2001 From: Steven Myint Date: Fri, 24 May 2019 10:16:16 -0700 Subject: [PATCH] Remove obsolete Python 3.3 from Travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8b5a77..fc12cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6"