From 9f5a73b5032ff6b8a03b9e57cc3527b4dcfdf6be Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 4 Feb 2020 05:20:27 -0800 Subject: [PATCH] Travis: drop Python 3.4, add 3.8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8f6d90..eb0c2c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: python python: - "2.7" - - "3.4" - "3.5" - "3.6" - "3.7" + - "3.8" script: python test/all_tests.py -- 2.30.2