Skip to content

Commit d061ec9

Browse files
committed
ci: Remove testing of Python 2.7
Python 2 isn't readily available in Azure pipelines anymore. Instead of testing Python 2 in CI, we'll have to rely on bug reports from Python 2 users.
1 parent 4e868b4 commit d061ec9

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
@@ -32,10 +32,6 @@ stages:
3232
strategy:
3333
maxParallel: 10
3434
matrix:
35-
linux_python_2_7:
36-
python.version: "2.7"
37-
imageName: ubuntu-16.04
38-
sendCoverage: "false"
3935
linux_python_3_6:
4036
python.version: "3.6"
4137
imageName: ubuntu-20.04
@@ -48,10 +44,6 @@ stages:
4844
python.version: "3.8"
4945
imageName: ubuntu-20.04
5046
sendCoverage: "true"
51-
mac_python_2_7:
52-
python.version: "2.7"
53-
imageName: macOS-10.15
54-
sendCoverage: "false"
5547
mac_python_3_6:
5648
python.version: "3.6"
5749
imageName: macOS-10.15
@@ -64,10 +56,6 @@ stages:
6456
python.version: "3.8"
6557
imageName: macOS-10.15
6658
sendCoverage: "false"
67-
windows_python_2_7:
68-
python.version: "2.7"
69-
imageName: vs2017-win2016
70-
sendCoverage: "false"
7159
windows_python_3_6:
7260
python.version: "3.6"
7361
imageName: vs2017-win2016

0 commit comments

Comments
 (0)