From f1e3f740d173f688080783a1cea372d05968ca59 Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 24 Oct 2025 12:55:51 +0200 Subject: [PATCH] test: use python 3.14 for devel --- .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 ee7d7c6..bd42eb4 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.13) - test: devel/units/3.13 + - name: (py3.14) + test: devel/units/3.14 - stage: Units_2_20 displayName: Units 2.20 @@ -127,8 +127,8 @@ stages: parameters: groups: [1, 2, 3] targets: - - name: (py3.13) - test: devel/integration/3.13 + - name: (py3.14) + test: devel/integration/3.14 - stage: Integration_2_20 displayName: Integration 2.20