From 142403c6cb8f1893ab2e9ae9d0d94544c74c1327 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 4 May 2023 07:12:16 +0200 Subject: [PATCH] Arch Linux now uses Python 3.11. (#602) --- .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 8bd6d2ec..364e7cf8 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -206,7 +206,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.9 test: centos-stream8/3.9 - name: CentOS Stream 8 with Python 3.6