From 08f40bce9e5656fc5b4803bc1ebe7ce57392346d Mon Sep 17 00:00:00 2001 From: Arona Date: Tue, 26 May 2020 01:39:15 +0100 Subject: [PATCH] Update python version Trying to get CI to match my local environment as much as possible... --- .travis.yml | 2 +- runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 65d216f5..5791642b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - "3.6" + "3.8" cache: pip addons: diff --git a/runtime.txt b/runtime.txt index 5871d65b..724c203e 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.6.1 \ No newline at end of file +python-3.8.2