From fc5931c90beabea7b62747d2bc3038572c732f11 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 5 Jun 2026 16:44:45 -0700 Subject: [PATCH] Test RHEL 9 using Python 3.14 (#87073) This was overlooked in https://github.com/ansible/ansible/pull/87057 --- .azure-pipelines/azure-pipelines.yml | 6 ++++-- test/lib/ansible_test/_data/completion/remote.txt | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index a8e360b019d..d96ca19acff 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -97,8 +97,8 @@ stages: test: macos/26.3 - name: RHEL 9.7 py39 test: rhel/9.7@3.9 - - name: RHEL 9.7 py312 - test: rhel/9.7@3.12 + - name: RHEL 9.7 py314 + test: rhel/9.7@3.14 - name: RHEL 10.1 py312 test: rhel/10.1@3.12 - name: RHEL 10.1 py314 @@ -130,6 +130,8 @@ stages: targets: - name: Fedora 44 test: fedora/44 + - name: RHEL 9.7 + test: rhel/9.7 - name: RHEL 10.1 test: rhel/10.1 - name: Ubuntu 26.04 diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index a5adc9f6088..5e9cbfcfb94 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -8,7 +8,7 @@ freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 macos/26.3 python=3.14 python_dir=/usr/local/bin become=sudo provider=mac arch=aarch64 alias=macos/26,macos/latest macos python_dir=/usr/local/bin become=sudo provider=mac arch=aarch64 rhel/8.10 python=3.12 become=sudo provider=aws arch=x86_64 alias=rhel/8 -rhel/9.7 python=3.9,3.12 become=sudo provider=aws arch=x86_64 alias=rhel/9 +rhel/9.7 python=3.9,3.14 become=sudo provider=aws arch=x86_64 alias=rhel/9 rhel/10.1 python=3.12,3.14 become=sudo provider=aws arch=x86_64 alias=rhel/10,rhel/latest rhel become=sudo provider=aws arch=x86_64 ubuntu/24.04 python=3.12 become=sudo provider=aws arch=x86_64