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