From 7db237aaa43b9d7df20989f233f6515aafef2f6a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 22 Apr 2026 20:16:25 +0200 Subject: [PATCH] Add Python 3.15 to CI (#11912) Add Python 3.15 to CI. --- .azure-pipelines/azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index f7670b7de4..2a28277419 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -125,6 +125,7 @@ stages: - test: '3.12' - test: '3.13' - test: '3.14' + - test: '3.15' - stage: Units_2_21 displayName: Units 2.21 dependsOn: [] @@ -366,8 +367,8 @@ stages: # testFormat: devel/generic/{0}/1 # targets: # - test: '3.9' -# - test: '3.12' -# - test: '3.14' +# - test: '3.13' +# - test: '3.15' # - stage: Generic_2_21 # displayName: Generic 2.21 # dependsOn: []