diff options
author | 2020-03-08 23:05:51 +0100 | |
---|---|---|
committer | 2020-03-08 23:19:36 +0100 | |
commit | 2b55e3f78b904be3f5fdc9c3931f7870be02dc4f (patch) | |
tree | 07dcb9e48023b347dc032cadc7a9b4ac465895c4 | |
parent | Docker: bump Python to 3.8 (diff) |
CI: bump Python to 3.8
-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 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 |