From f0d49054d088cd22aed434b3ee444dfe158538d2 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Mon, 27 May 2019 15:35:54 -0400 Subject: [PATCH] plz microsoft get it together Signed-off-by: Dan Ryan --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b55570df..ce4657c5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -71,13 +71,13 @@ jobs: strategy: matrix: Python27: - python.version: '2.7.15' + python.version: '2.7.16' python.architecture: x64 Python36: python.version: '3.6.8' python.architecture: x64 Python37: - python.version: '3.7.2' + python.version: '3.7.3' python.architecture: x64 maxParallel: 4 steps: