From 1742d1c10ebd05148a2d761904d9c7a32481d5ac Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 00:16:50 +0100 Subject: [PATCH] Arch Linux switched to Python 3.14. (#1232) (#1233) (cherry picked from commit 47c02a193e0b21d50edea850f4927d18de2a4eea) Co-authored-by: Felix Fontein --- .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]]