From c28ce88f80fa7cfd82a01e350da236c7b1d1c1eb Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Sun, 24 Feb 2019 21:28:10 +0100 Subject: [PATCH] Move travis CI to Python 3.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89b21dd..c4abf26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python -python: "3.6" +python: "3.7" dist: trusty sudo: required