From b9024662c4900e51667dcd6f2071764bc73a159f Mon Sep 17 00:00:00 2001 From: MomIsBestFriend <> Date: Sun, 29 Dec 2019 17:28:21 +0200 Subject: [PATCH] CI: Travis default to 3.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c7740295b637..0a5af6d4348c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: python -python: 3.5 +python: 3.7 # To turn off cached cython files and compiler cache # set NOCACHE-true