From cbe4490c9e1adeb9f2e2991ebf47df75735c94ca Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:16:57 +0200 Subject: [PATCH] devel dropped support for Python 2.6. (#3487) (#3488) (cherry picked from commit 0d3c4de6a2d29cf614fef5b26f0650e828a29805) Co-authored-by: Felix Fontein --- .azure-pipelines/azure-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index a4535893a3..f0072ce45a 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -130,7 +130,6 @@ stages: nameFormat: Python {0} testFormat: devel/units/{0}/1 targets: - - test: 2.6 - test: 2.7 - test: 3.5 - test: 3.6 @@ -296,8 +295,6 @@ stages: parameters: testFormat: devel/linux/{0} targets: - - name: CentOS 6 - test: centos6 - name: CentOS 7 test: centos7 - name: CentOS 8 @@ -326,6 +323,8 @@ stages: parameters: testFormat: 2.12/linux/{0} targets: + - name: CentOS 6 + test: centos6 - name: CentOS 7 test: centos7 - name: Fedora 34