From a0a62e590fff922184671630541a9281a5bd18a6 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 29 Jul 2025 06:42:42 +0200 Subject: [PATCH] Disable Python 3.14 temporarily. --- .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 455d0659b4..fd3693aab7 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -124,7 +124,7 @@ stages: - test: '3.11' - test: '3.12' - test: '3.13' - - test: '3.14' + # - test: '3.14' - stage: Units_2_19 displayName: Units 2.19 dependsOn: []