From 1dd771c0c407e41ccb3b365392ca4b2f2781652a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 29 Jul 2025 17:38:43 +0200 Subject: [PATCH] Replace Python 3.8 with 3.14 for devel; bump AZP container. (#944) --- .azure-pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index ebb1aafa..7e4b9c8a 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -44,7 +44,7 @@ variables: resources: containers: - container: default - image: quay.io/ansible/azure-pipelines-test-container:6.0.0 + image: quay.io/ansible/azure-pipelines-test-container:7.0.0 pool: Standard @@ -280,11 +280,11 @@ stages: nameFormat: Python {0} testFormat: devel/generic/{0} targets: - - test: "3.8" - test: "3.9" - test: "3.10" - test: "3.11" - test: "3.13" + - test: "3.14" groups: - 1 - 2