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]]