Skip to content

Commit a1f7df3

Browse files
authored
Update build-release.yml
Change test matrix to comply with what is available on Azure Pipelines https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#software
1 parent 71ccee2 commit a1f7df3

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

azure-pipelines/build-release.yml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ stages:
2626
strategy:
2727
maxParallel: 10
2828
matrix:
29-
Linux_Py_3_6:
30-
python.version: '3.6'
31-
vmImageName: ubuntu-latest
32-
uploadCoverage: "false"
33-
3429
Linux_Py_3_7:
3530
python.version: '3.7'
3631
vmImageName: ubuntu-latest
@@ -44,13 +39,13 @@ stages:
4439
Linux_Py_3_9:
4540
python.version: '3.9'
4641
vmImageName: ubuntu-latest
47-
uploadCoverage: "true"
48-
49-
Windows_Py_3_6:
50-
python.version: '3.6'
51-
vmImageName: windows-latest
5242
uploadCoverage: "false"
5343

44+
Linux_Py_3_10:
45+
python.version: '3.10'
46+
vmImageName: ubuntu-latest
47+
uploadCoverage: "true"
48+
5449
Windows_Py_3_7:
5550
python.version: '3.7'
5651
vmImageName: windows-latest
@@ -61,11 +56,6 @@ stages:
6156
vmImageName: windows-latest
6257
uploadCoverage: "false"
6358

64-
macOS_Py_3_6:
65-
python.version: '3.6'
66-
vmImageName: macOS-latest
67-
uploadCoverage: "false"
68-
6959
macOS_Py_3_7:
7060
python.version: '3.7'
7161
vmImageName: macOS-latest
@@ -76,6 +66,11 @@ stages:
7666
vmImageName: macOS-latest
7767
uploadCoverage: "false"
7868

69+
macOS_Py_3_9:
70+
python.version: '3.9'
71+
vmImageName: macOS-latest
72+
uploadCoverage: "false"
73+
7974
pool:
8075
vmImage: $(vmImageName)
8176

0 commit comments

Comments
 (0)