From b5a276dc773552452f0d46373a5a2dfead287ed0 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 06:59:44 +0200 Subject: [PATCH] [PR #6629/2cfbcb4e backport][stable-7] CI: ansible-core devel drops support for Python 3.5 (#6634) CI: ansible-core devel drops support for Python 3.5 (#6629) ansible-core devel drops support for Python 3.5. (cherry picked from commit 2cfbcb4efda5412a749b138be2fd85c4de8082ae) Co-authored-by: Felix Fontein --- .azure-pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 2604e9ff84..0f49a51c1d 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -123,7 +123,6 @@ stages: testFormat: devel/units/{0}/1 targets: - test: 2.7 - - test: 3.5 - test: 3.6 - test: 3.7 - test: 3.8 @@ -139,6 +138,7 @@ stages: nameFormat: Python {0} testFormat: 2.15/units/{0}/1 targets: + - test: 3.5 - test: "3.10" - stage: Units_2_14 displayName: Units 2.14