From 35f2d1617ff3af2860a5bab271f5dddab0c000a6 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 4 May 2023 07:12:13 +0200 Subject: [PATCH] Arch Linux now uses Python 3.11. (#616) --- .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 6ae35b3f..f3e3592b 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -208,7 +208,7 @@ stages: - name: Debian Bullseye test: debian-bullseye/3.9 - name: ArchLinux - test: archlinux/3.10 + test: archlinux/3.11 - name: CentOS Stream 8 with Python 3.6 test: centos-stream8/3.6 - name: CentOS Stream 8 with Python 3.9