File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,15 @@ stages:
4444 python38_macos :
4545 imageName : " macos-latest"
4646 python.version : " 3.8"
47+ python39_linux :
48+ imageName : " ubuntu-latest"
49+ python.version : " 3.9"
50+ python39_windows :
51+ imageName : " windows-latest"
52+ python.version : " 3.9"
53+ python39_macos :
54+ imageName : " macos-latest"
55+ python.version : " 3.9"
4756 maxParallel : 10
4857
4958 pool :
@@ -105,8 +114,16 @@ stages:
105114 python38_macos :
106115 imageName : " macos-latest"
107116 python.version : " 3.8"
117+ python39_linux :
118+ imageName : " ubuntu-latest"
119+ python.version : " 3.9"
120+ python39_windows :
121+ imageName : " windows-latest"
122+ python.version : " 3.9"
123+ python39_macos :
124+ imageName : " macos-latest"
125+ python.version : " 3.9"
108126 maxParallel : 10
109-
110127 pool :
111128 vmImage : $(imageName)
112129
You can’t perform that action at this time.
0 commit comments