From 4052fcc43c4c747bd8befa692bafa14c73bd4452 Mon Sep 17 00:00:00 2001 From: Loide Mara Verdes Date: Sun, 25 Aug 2019 16:15:25 -0400 Subject: [PATCH] Remove python3.3 from Travis AWS only supports python 3.6 and 3.7. Also, python 3.3 reached the end of its life on 29 September 2017. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 97cc480..7d9c1f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6"