Skip to content

Commit c2508a6

Browse files
authored
Merge pull request stackhpc#50 from stackhpc/master-test
Add newer version of ansible for later python
2 parents d450155 + 80516bc commit c2508a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Use Ansible 5 for consistent Rocky 9 behaviour when available, otherwise use
22
# Ansible 4
33
ansible>=4,<5; python_version<"3.7"
4-
ansible>=5,<6; python_version>="3.7"
4+
ansible>=5,<6; python_version>="3.7" and python_version<"3.9"
5+
ansible>=8,<10; python_version>="3.9" and python_version<"3.12"
6+
ansible>=10,<11; python_version>="3.12"

0 commit comments

Comments
 (0)