From 2b55e3f78b904be3f5fdc9c3931f7870be02dc4f Mon Sep 17 00:00:00 2001 From: kwzrd Date: Sun, 8 Mar 2020 23:05:51 +0100 Subject: CI: bump Python to 3.8 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d56261a6..3011d3f4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ jobs: displayName: 'Set Python version' name: PythonVersion inputs: - versionSpec: '3.7.x' + versionSpec: '3.8.x' addToPath: true - script: pip3 install pipenv -- cgit v1.2.3