From f94dc9227a180010fa69b1388f95de0527872a98 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 22 Apr 2026 20:21:33 +0200 Subject: [PATCH] Add Python 3.15 to CI. (#1006) --- .azure-pipelines/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index d5e1d928..2613ddc4 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -360,6 +360,7 @@ stages: - test: "3.11" - test: "3.13" - test: "3.14" + - test: "3.15" groups: - 1 - 2