From 1ea0904e69865f5a3f1f588923a0b6bbfd9b6ba1 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 20:50:32 +0200 Subject: [PATCH] [PR #11912/7db237aa backport][stable-12] Add Python 3.15 to CI (#11915) Add Python 3.15 to CI (#11912) Add Python 3.15 to CI. (cherry picked from commit 7db237aaa43b9d7df20989f233f6515aafef2f6a) Co-authored-by: Felix Fontein --- .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: []