diff options
author | 2020-11-14 22:24:45 +0100 | |
---|---|---|
committer | 2020-11-14 22:24:45 +0100 | |
commit | 811865e554f73ca1bb7a659a2b88531d53df71f0 (patch) | |
tree | d84f6b6504ef095922cb7113f0dae6ce57b78516 /azure-pipelines.yml | |
parent | Upgrade site to Python 3.9. (diff) |
Update azure-pipelines.yml to Python 3.9.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
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 |