From f09017ece6373c08a0ecc9d193513b729b3c4561 Mon Sep 17 00:00:00 2001 From: "neiljp (Neil Pilgrim)" Date: Sat, 27 Jul 2019 16:34:30 -0700 Subject: [PATCH] travis: Remove support for python 3.4; add support for 3.7. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9c4997f..ba98643 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: python sudo: required python: - - "3.4" - "3.5" - "3.6" + - "3.7" env: TEST_SUITE=test-main matrix: include: