From 811865e554f73ca1bb7a659a2b88531d53df71f0 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sat, 14 Nov 2020 22:24:45 +0100 Subject: Update azure-pipelines.yml to Python 3.9. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4f90aafe..730cffb6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ jobs: displayName: 'Set Python Version' name: PythonVersion inputs: - versionSpec: '3.7.x' + versionSpec: '3.9.x' addToPath: true - task: DockerCompose@0 -- cgit v1.2.3