Test RHEL 9 using Python 3.14 (#87073)

This was overlooked in https://github.com/ansible/ansible/pull/87057
This commit is contained in:
Matt Clay
2026-06-05 16:44:45 -07:00
committed by GitHub
parent edee59aa15
commit fc5931c90b
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -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
@@ -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