aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-10-31 19:05:46 -0400
committerEli Schwartz <eschwartz@archlinux.org>2022-01-10 18:36:56 -0500
commitad525dcce45487def9d3950bed159f1c158e3581 (patch)
tree465e311a2af72ba5fd991acabc3366e405e03fe5 /azure-pipelines.yml
parent0c30db20b1769f8cc9082bb9f043882e86ad738e (diff)
downloadmeson-ad525dcce45487def9d3950bed159f1c158e3581.zip
meson-ad525dcce45487def9d3950bed159f1c158e3581.tar.gz
meson-ad525dcce45487def9d3950bed159f1c158e3581.tar.bz2
bump minimum required version of python to 3.7
Comment out the pending deprecation notice. It cannot be reached anymore, but is still useful for the next time we do a version bump.
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 2696fc1..2bdc65a 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -62,7 +62,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
- versionSpec: '3.6'
+ versionSpec: '3.7'
addToPath: true
architecture: 'x64'
- task: PowerShell@2