Drop Python 3.6
We can't easily test on ADO with this version any more so easier to just drop it.
This commit is contained in:
Родитель
221e88ed26
Коммит
25a516d1f5
|
@ -6,15 +6,17 @@ jobs:
|
||||||
vmImage: 'macOS-latest'
|
vmImage: 'macOS-latest'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Python36:
|
|
||||||
python.version: '3.6'
|
|
||||||
Python37:
|
Python37:
|
||||||
python.version: '3.7'
|
python.version: '3.7'
|
||||||
Python38:
|
Python38:
|
||||||
python.version: '3.8'
|
python.version: '3.8'
|
||||||
Python39:
|
Python39:
|
||||||
python.version: '3.9'
|
python.version: '3.9'
|
||||||
maxParallel: 4
|
Python310:
|
||||||
|
python.version: '3.10'
|
||||||
|
Python311:
|
||||||
|
python.version: '3.11'
|
||||||
|
maxParallel: 8
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
|
|
|
@ -31,7 +31,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.6.2"
|
python = "^3.7.0"
|
||||||
deserialize = "^1.5.1"
|
deserialize = "^1.5.1"
|
||||||
requests = "^2.21"
|
requests = "^2.21"
|
||||||
tenacity = "^6.2.0"
|
tenacity = "^6.2.0"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче