aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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