aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-11-14 22:24:45 +0100
committerGravatar Leon Sandøy <[email protected]>2020-11-14 22:24:45 +0100
commit811865e554f73ca1bb7a659a2b88531d53df71f0 (patch)
treed84f6b6504ef095922cb7113f0dae6ce57b78516
parentUpgrade site to Python 3.9. (diff)
Update azure-pipelines.yml to Python 3.9.
-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