From fc2024d837581fcaa427fb105c111fa194696acd Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 28 Apr 2024 17:19:54 +0200 Subject: [PATCH] CI: Arch Linux switched to Python 3.12 (#8291) Arch Linux switched to Python 3.12. --- .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 be8f011bdf..6f5a391c4c 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -336,7 +336,7 @@ stages: - name: Debian Bookworm test: debian-bookworm/3.11 - name: ArchLinux - test: archlinux/3.11 + test: archlinux/3.12 groups: - 1 - 2