From f58606b64d19db29c3b3c099732279124d3a3491 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 18 Jun 2024 23:08:54 +0200 Subject: [PATCH] Add Python 3.13 to CI. (#768) --- .azure-pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index dba76949..d4bad7a1 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -290,7 +290,7 @@ stages: # - test: 3.9 # - test: "3.10" - test: "3.11" - - test: "3.12" + - test: "3.13" groups: - 1 - 2