From 3f9c9cba9a2fadadd48fe1793142ed2910505d89 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 29 Jul 2025 06:56:23 +0200 Subject: [PATCH] Add Python 3.14 unit tests. --- .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 fd3693aab7..455d0659b4 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: []