From d08708e550b73abc020e08e19fc8cd411490a628 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 21 Dec 2023 18:28:32 +0100 Subject: [PATCH] ci: use latest python version for ansible devel jobs (#436) ##### SUMMARY For each job, we use the oldest python version supported for the given ansible-core version. Now, for the ansible-core devel version, we use the most recent version of python supported. This ensure that we are compatible with all python version. --- .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 5da7e95..8300381 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -95,8 +95,8 @@ stages: - template: templates/matrix.yml parameters: targets: - - name: (py3.10) - test: devel/units/3.10 + - name: (py3.12) + test: devel/units/3.12 - stage: Units_2_16 displayName: Units 2.16 @@ -147,8 +147,8 @@ stages: parameters: groups: [1, 2, 3] targets: - - name: (py3.10) - test: devel/integration/3.10 + - name: (py3.12) + test: devel/integration/3.12 - stage: Integration_2_16 displayName: Integration 2.16