From 47c02a193e0b21d50edea850f4927d18de2a4eea 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) --- .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 fbed6b09..8a04ef3f 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -180,7 +180,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 6fb51d3b..de049b41 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -203,7 +203,7 @@ docker = "quay.io/ansible-community/test-image:debian-13-trixie" [[sessions.ansible_test_integration.groups.sessions]] ansible_core = "devel" 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]]