From 7212d347f1db37e14539a6ef018cce142280d729 Mon Sep 17 00:00:00 2001 From: Thomas Ferreira de Lima Date: Tue, 1 Jan 2019 23:47:47 -0500 Subject: [PATCH] Adding python 3.7 --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 57d21f7f3..34876e760 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,8 @@ jobs: python.version: '3.5' Python36: python.version: '3.6' + Python37: + python.version: '3.7' maxParallel: 3 steps: