From d71637c77d3ec3f08f9e9a3a62f23e906e8eb4df Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 28 Apr 2024 17:20:03 +0200 Subject: [PATCH] Arch Linux switched to Python 3.12. (#731) --- .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 19a36fb4..3505f5d9 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -176,7 +176,7 @@ stages: - name: Debian Bookworm test: debian-bookworm/3.11 - name: ArchLinux - test: archlinux/3.11 + test: archlinux/3.12 groups: - 1 - 2