From 454b4f65a9c944ea2c90b38a75d384cddf524220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Michel=20De=20Rainville?= Date: Sat, 9 Nov 2019 09:56:16 -0500 Subject: [PATCH] Add Python 3.8 builds --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c5a0a4767..b8e28c49d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,6 +19,8 @@ jobs: python.version: '3.6' Python37_VS2017: python.version: '3.7' + Python38_VS2017: + python.version: '3.8' steps: - task: UsePythonVersion@0 inputs: @@ -53,6 +55,8 @@ jobs: python.version: '3.6' Python37_macOS1014: python.version: '3.7' + Python38_macOS1014: + python.version: '3.8' steps: - task: UsePythonVersion@0 inputs: @@ -83,6 +87,8 @@ jobs: python.version: '3.6' Python37_macOS1013: python.version: '3.7' + Python38_macOS1013: + python.version: '3.8' steps: - task: UsePythonVersion@0 inputs: