File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments