Drop 3.5 host support and adapt CI configurations

This commit is contained in:
Yannick Jadoul
2020-05-06 23:57:00 +02:00
parent 1a765ac431
commit 575e229514
5 changed files with 20 additions and 31 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: