Skip to content

Commit 4144f5b

Browse files
committed
Added Python3.9 to Azure Pipelines CI
1 parent 173299c commit 4144f5b

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)