Skip to content

Commit d5d0ce0

Browse files
committed
ci: Drop Python 3.5
Python 3.5 packages have become unavailable, causing CI to fail. Additionally, Python 3.5 has reached end-of-life.
1 parent e73861d commit d5d0ce0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ stages:
3636
python.version: "2.7"
3737
imageName: ubuntu-16.04
3838
sendCoverage: "false"
39-
linux_python_3_5:
40-
python.version: "3.5"
41-
imageName: ubuntu-16.04
42-
sendCoverage: "false"
4339
linux_python_3_6:
4440
python.version: "3.6"
4541
imageName: ubuntu-16.04
@@ -56,10 +52,6 @@ stages:
5652
python.version: "2.7"
5753
imageName: macOS-10.15
5854
sendCoverage: "false"
59-
mac_python_3_5:
60-
python.version: "3.5"
61-
imageName: macOS-10.15
62-
sendCoverage: "false"
6355
mac_python_3_6:
6456
python.version: "3.6"
6557
imageName: macOS-10.15
@@ -76,10 +68,6 @@ stages:
7668
python.version: "2.7"
7769
imageName: vs2017-win2016
7870
sendCoverage: "false"
79-
windows_python_3_5:
80-
python.version: "3.5"
81-
imageName: vs2017-win2016
82-
sendCoverage: "false"
8371
windows_python_3_6:
8472
python.version: "3.6"
8573
imageName: vs2017-win2016

0 commit comments

Comments
 (0)