Skip to content

Commit e656434

Browse files
author
Matthias Koefferlein
committed
Also skipping Python 3.6 to 3.9 from Azure
1 parent 415650b commit e656434

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

azure-pipelines.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@ jobs:
1414
vmImage: 'windows-2022' # other options: 'macOS-10.13', 'ubuntu-16.04'
1515
strategy:
1616
matrix:
17-
cp36-cp36m-win_amd64.whl:
18-
python.version: '3.6'
19-
python.architecture: 'x64'
20-
cp37-cp37m-win_amd64.whl:
21-
python.version: '3.7'
22-
python.architecture: 'x64'
23-
cp38-cp38-win_amd64.whl:
24-
python.version: '3.8'
25-
python.architecture: 'x64'
26-
cp39-cp39-win_amd64.whl:
27-
python.version: '3.9'
28-
python.architecture: 'x64'
2917
cp310-cp310-win_amd64.whl:
3018
python.version: '3.10'
3119
python.architecture: 'x64'
@@ -41,18 +29,6 @@ jobs:
4129
cp314-cp314-win_amd64.whl:
4230
python.version: '3.14'
4331
python.architecture: 'x64'
44-
cp36-cp36m-win32.whl:
45-
python.version: '3.6'
46-
python.architecture: 'x86'
47-
cp37-cp37m-win32.whl:
48-
python.version: '3.7'
49-
python.architecture: 'x86'
50-
cp38-cp38-win32.whl:
51-
python.version: '3.8'
52-
python.architecture: 'x86'
53-
cp39-cp39-win32.whl:
54-
python.version: '3.9'
55-
python.architecture: 'x86'
5632
cp310-cp310-win32.whl:
5733
python.version: '3.10'
5834
python.architecture: 'x86'

0 commit comments

Comments
 (0)