From 3a5d9129b20071faf8ff355606dffa47b26f2382 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 6 Jun 2023 21:28:59 +0200 Subject: [PATCH] ansible-core devel drops support for Python 3.5. (#618) --- .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 5805114a..d9ae3f86 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -285,7 +285,6 @@ stages: testFormat: devel/generic/{0} targets: - test: 2.7 - - test: 3.5 - test: 3.6 - test: 3.7 # - test: 3.8 @@ -304,6 +303,7 @@ stages: nameFormat: Python {0} testFormat: 2.15/generic/{0} targets: + - test: 3.5 - test: "3.10" groups: - 1