From b545860e9e20f1cb8f7a60f2969c0292dd3754ed Mon Sep 17 00:00:00 2001 From: "Jonas L." Date: Mon, 21 Oct 2024 12:29:37 +0200 Subject: [PATCH] test: run devel (ansible-core 2.18) tests with python 3.13 (#575) ##### SUMMARY See https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c6f9b004..0ad199f6 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -85,8 +85,8 @@ stages: - template: templates/matrix.yml parameters: targets: - - name: (py3.12) - test: devel/units/3.12 + - name: (py3.13) + test: devel/units/3.13 - stage: Units_2_17 displayName: Units 2.17 @@ -127,8 +127,8 @@ stages: parameters: groups: [1, 2, 3] targets: - - name: (py3.12) - test: devel/integration/3.12 + - name: (py3.13) + test: devel/integration/3.13 - stage: Integration_2_17 displayName: Integration 2.17