From df1574ce98c8b34f838f51efd4b4deae7288c5bf Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 10 Jan 2026 23:56:23 +0100 Subject: [PATCH] Arch Linux switched to Python 3.14. (#1232) (cherry picked from commit 47c02a193e0b21d50edea850f4927d18de2a4eea) --- .azure-pipelines/azure-pipelines.yml | 2 +- antsibull-nox.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 9cf91d1c..5a55ddd1 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -154,7 +154,7 @@ stages: - name: Debian 13 Trixie test: debian-13-trixie/3.13 - name: ArchLinux - test: archlinux/3.13 + test: archlinux/3.14 groups: - 4 - 5 diff --git a/antsibull-nox.toml b/antsibull-nox.toml index 3ba81ad3..05dc623e 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -217,7 +217,7 @@ docker = "quay.io/ansible-community/test-image:debian-13-trixie" [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "2.20" target = [ "azp/4/", "azp/5/" ] -python_version = "3.13" +python_version = "3.14" docker = "quay.io/ansible-community/test-image:archlinux" [[sessions.ansible_test_integration.groups.sessions]]