diff --git a/.azure-pipelines/jobs/test-windows.yml b/.azure-pipelines/jobs/test-windows.yml index 08131b683..6053b0eb0 100644 --- a/.azure-pipelines/jobs/test-windows.yml +++ b/.azure-pipelines/jobs/test-windows.yml @@ -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 diff --git a/docs/html/development/ci.rst b/docs/html/development/ci.rst index d2654f1f6..baa8cbb20 100644 --- a/docs/html/development/ci.rst +++ b/docs/html/development/ci.rst @@ -111,7 +111,7 @@ Actual testing | Windows +----------+-------+---------------+-----------------+ | | | CP2.7 | Azure | Azure | | | +-------+---------------+-----------------+ -| | | CP3.5 | Azure | | +| | | CP3.5 | Azure | Azure | | | +-------+---------------+-----------------+ | | | CP3.6 | Azure | | | | +-------+---------------+-----------------+