Cherry pick: Drop 3.5 host support and adapt CI configurations

This commit is contained in:
Yannick Jadoul
2020-05-03 10:37:09 +01:00
committed by Joe Rickerby
parent ffd5d44cdc
commit e2cafa487b
4 changed files with 7 additions and 18 deletions
-10
View File
@@ -9,16 +9,6 @@ jobs:
python -m pip install -r requirements-dev.txt
python ./bin/run_tests.py
- job: macos_35
pool: {vmImage: 'macOS-10.15'}
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.5'
- bash: |
python -m pip install -r requirements-dev.txt
python ./bin/run_tests.py
- job: macos_38
pool: {vmImage: 'macOS-10.15'}
steps: