ci: install previous python version for upgrade testing

This commit is contained in:
Jens Langhammer 2020-11-15 20:41:35 +01:00
parent 1911e8e3a9
commit 1319c480c4
1 changed files with 3 additions and 0 deletions

View File

@ -131,6 +131,9 @@ stages:
pool:
vmImage: 'ubuntu-latest'
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.8'
- task: UsePythonVersion@0
inputs:
versionSpec: '3.9'