From 2900d48eb171b77c0b8ee24fda72e39e103ad089 Mon Sep 17 00:00:00 2001 From: Alaa' Omar Date: Fri, 18 Sep 2020 12:58:20 +0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines add python version 3.8 --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7d405f9..6feaa9a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,6 +18,8 @@ strategy: python.version: '3.6' Python37: python.version: '3.7' + pythion38: + python.version: '3.8' steps: - task: UsePythonVersion@0