aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-08-30 20:09:45 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2020-10-30 11:18:11 +0200
commitbca90722ecfc541ac5db7c1c79fb63ceb6286cd4 (patch)
treed8c7669db3823f9bf7037cbced78605e87142edd /azure-pipelines.yml
parent8fbf10c4bcb5e0294328b67512f9e2f0cbd8d94d (diff)
downloadmeson-bca90722ecfc541ac5db7c1c79fb63ceb6286cd4.zip
meson-bca90722ecfc541ac5db7c1c79fb63ceb6286cd4.tar.gz
meson-bca90722ecfc541ac5db7c1c79fb63ceb6286cd4.tar.bz2
Bump minimum supported Python version to 3.6. Closes #6297.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index bd36aaa..569216c 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -36,7 +36,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
- versionSpec: '3.5'
+ versionSpec: '3.6'
addToPath: true
architecture: 'x64'
- template: ci/azure-steps.yml