From e6d565372cf5671def8bf8b784d08309a89997b9 Mon Sep 17 00:00:00 2001 From: Kent Inverarity Date: Mon, 28 May 2018 20:24:23 +0930 Subject: [PATCH] drop py33 testing support --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a80962de..7009339b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python python: # - "2.6" - "2.7" - - "3.3" + # - "3.3" - "3.4" - "3.5" - "3.6"