From 49e2a8633e3448eeaef24a01a305ba4e3e4a7235 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 13 Jun 2024 22:37:33 +0200 Subject: [PATCH] Add Python 3.13 to CI (#8500) Add Python 3.13 to CI. --- .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: []