From 7e33398d5cf93137eaebb8f3a732c0912cbc2c12 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 5 Apr 2024 07:49:15 +0200 Subject: [PATCH] ansible-core devel dropped support for Python 3.7. (#722) --- .azure-pipelines/azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 975387eda..19a36fb46 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -278,8 +278,7 @@ stages: nameFormat: Python {0} testFormat: devel/generic/{0} targets: - - test: 3.7 - # - test: 3.8 + - test: 3.8 # - test: 3.9 # - test: "3.10" - test: "3.11"