Skip to content

Commit 6b037f1

Browse files
committed
Commented out Python3.9 from AZP CI
1 parent 4144f5b commit 6b037f1

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

azure-pipelines.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +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"
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"
5656
maxParallel: 10
5757

5858
pool:
@@ -114,15 +114,15 @@ stages:
114114
python38_macos:
115115
imageName: "macos-latest"
116116
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"
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"
126126
maxParallel: 10
127127
pool:
128128
vmImage: $(imageName)

0 commit comments

Comments
 (0)