From edfcd49861cbec238f2c10d98bb401d2f5ce630b Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Tue, 21 Jan 2020 15:10:38 +0000 Subject: [PATCH] bump python version we all run 3.6 locally, we test against 3.6 both locally and on concourse, and the latest version of openpyxl (required by pyexcel-xlsx) doesn't support 3.5 anymore --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index 454452e35..62ce9c02a 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.5.x +python-3.6.x