From ea646c604aecd9373a4c3d977afc0f10160d7801 Mon Sep 17 00:00:00 2001 From: Staffan Malmgren Date: Mon, 23 Jul 2018 23:26:37 +0200 Subject: [PATCH] support py3.7, drop support for py3.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21a8bdcf..dc79514f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,10 @@ language: python python: - "2.6" - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" + - "3.7" before_install: - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" - sudo apt-get update