From 94e47b82c5a77959717b1087f1400fd05b57aed1 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 22 Aug 2019 08:36:13 +0200 Subject: [PATCH] build: first support Python 3.6 and later Py37 Parsing the config file fails because __async__ is a reserved word in Python >= 3.7 so let's sidestep that issue for now. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fad66798e05436..483814357c43b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,7 +92,8 @@ jobs: language: node_js node_js: "node" install: - - pyenv global 3.7.1 + - pyenv global 3.6.7 + # - pyenv global 3.7.1 - python3.7 -m pip install --upgrade pip - make lint-py-build script: