Add back Python 3.5

This commit is contained in:
Pradyun Gedam 2020-05-23 10:38:07 +05:30
parent d1c68bae7c
commit 3ac13ee754
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
2 changed files with 6 additions and 6 deletions

View File

@ -12,10 +12,13 @@ jobs:
"2.7-x86":
python.version: '2.7'
python.architecture: x86
"2.7":
"2.7": # because Python 2!
python.version: '2.7'
python.architecture: x64
"3.8":
"3.5": # lowest Py3 version
python.version: '3.5'
python.architecture: x64
"3.8": # current
python.version: '3.8'
python.architecture: x64
maxParallel: 6
@ -35,9 +38,6 @@ jobs:
vmImage: ${{ parameters.vmImage }}
strategy:
matrix:
"3.5":
python.version: '3.5'
python.architecture: x64
"3.6":
python.version: '3.6'
python.architecture: x64

View File

@ -111,7 +111,7 @@ Actual testing
| Windows +----------+-------+---------------+-----------------+
| | | CP2.7 | Azure | Azure |
| | +-------+---------------+-----------------+
| | | CP3.5 | Azure | |
| | | CP3.5 | Azure | Azure |
| | +-------+---------------+-----------------+
| | | CP3.6 | Azure | |
| | +-------+---------------+-----------------+