From 9b497dddbcba927fe4c34240abfd48927e8353f8 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 11 Jan 2026 00:13:25 +0100 Subject: [PATCH] Arch Linux switched to Python 3.14. (#978) --- .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 b8373f95..abc39597 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -204,7 +204,7 @@ stages: - name: Debian 11 Bullseye test: debian-bullseye/3.9 - name: ArchLinux - test: archlinux/3.13 + test: archlinux/3.14 groups: - 1 - 2