From 7cac741e772b1225b7419bef20fc654942e0fbd6 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 07:12:20 +0200 Subject: [PATCH] [PR #8500/49e2a863 backport][stable-9] Add Python 3.13 to CI (#8502) Add Python 3.13 to CI (#8500) Add Python 3.13 to CI. (cherry picked from commit 49e2a8633e3448eeaef24a01a305ba4e3e4a7235) Co-authored-by: Felix Fontein --- .azure-pipelines/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 754dfd0437..3f9293ac10 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -127,6 +127,7 @@ stages: - test: '3.10' - test: '3.11' - test: '3.12' + - test: '3.13' - stage: Units_2_17 displayName: Units 2.17 dependsOn: [] @@ -354,6 +355,7 @@ stages: targets: - test: '3.8' - test: '3.11' + - test: '3.13' - stage: Generic_2_17 displayName: Generic 2.17 dependsOn: []