From 640231b23a1539f65aa6b09642a4f458d8931d49 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Fri, 14 Dec 2018 23:35:48 +0100 Subject: [PATCH] Drop Python 3.3 Python 3.3 reached end-of-life on 2017-09-29. Since it's now causing problems with Travis builds, this patch is dropping that version from builds. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0061fdc..4c50301 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: python sudo: false +# https://devguide.python.org/#branchstatus python: - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6"