|
12 | 12 | # 2.7 <= 2.11 <= 2.16 <= 5.5 <= 1.11.29 <= 2.11.3 <= 20 <= 4.6.11 <= 3.28 <= 20.15² |
13 | 13 | # 3.5 <= 2.11 <= 2.15 <= 5.5 <= 2.2.28 <= 2.11.3 <= 20 <= 5.9.5 <= 6.1.0 <= 3.28 <= 20.15² |
14 | 14 | # 3.6 <= 2.11 <= 2.16 <= 6.2 <= 3.2.20 <= 3.0.3 <= 21 <= 7.0.1 <= 3.28 <= 20.17² |
15 | | -# 3.7 <= 2.12 <= 7.2.7 <= 3.2.20 <= 7.4.4 <= 4.8.0 |
| 15 | +# 3.7 <= 2.12 <= 2.17 <= 7.2.7 <= 3.2.20 <= 7.4.4 <= 4.8.0 |
16 | 16 | # 3.8 <= 2.12 |
17 | 17 | # 3.9 <= 2.15 |
18 | | -# 3.10 |
| 18 | +# 3.10 <= 2.17 |
19 | 19 | # 3.11 |
20 | 20 | # 3.12 >= 2.13¹ |
21 | 21 | # |
|
46 | 46 | # ansible == 8.x ansible-core ~= 2.15.0 |
47 | 47 | # ansible == 9.x ansible-core ~= 2.16.0 |
48 | 48 | # ansible == 10.x ansible-core ~= 2.17.0 |
| 49 | +# ansible == 11.x ansible-core ~= 2.18.0 |
49 | 50 |
|
50 | 51 | # See also |
51 | | -# - https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix |
| 52 | +# - https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix |
52 | 53 |
|
53 | 54 | [tox] |
54 | 55 | envlist = |
55 | 56 | init, |
56 | 57 | py{27,36}-mode_ansible-ansible{2.10,3,4}, |
57 | 58 | py{311}-mode_ansible-ansible{2.10,3,4,5}, |
58 | | - py{313}-mode_ansible-ansible{6,7,8,9,10}, |
| 59 | + py{313}-mode_ansible-ansible{6,7,8,9,10,11}, |
59 | 60 | py{27,36,313}-mode_mitogen, |
60 | 61 | report, |
61 | 62 |
|
|
84 | 85 | ansible8: ansible~=8.0 |
85 | 86 | ansible9: ansible~=9.0 |
86 | 87 | ansible10: ansible~=10.0 |
| 88 | + ansible11: ansible>=11.0.0a2 |
87 | 89 | install_command = |
88 | 90 | python -m pip --no-python-version-warning --disable-pip-version-check install {opts} {packages} |
89 | 91 | commands_pre = |
@@ -111,6 +113,8 @@ setenv = |
111 | 113 | ansible9: MITOGEN_TEST_DISTRO_SPECS=centos7 centos8 debian9 debian10 debian11 ubuntu1804 ubuntu2004 |
112 | 114 | # Ansible 10 (ansible-core 2.17) requires Python >= 3.7 on targets |
113 | 115 | ansible10: MITOGEN_TEST_DISTRO_SPECS=debian10-py3 debian11-py3 ubuntu2004-py3 |
| 116 | + # Ansible 11 (ansible-core 2.18) requires Python >= 3.8 on targets |
| 117 | + ansible11: MITOGEN_TEST_DISTRO_SPECS=debian11-py3 ubuntu2004-py3 |
114 | 118 | distros_centos: MITOGEN_TEST_DISTRO_SPECS=centos6 centos7 centos8 |
115 | 119 | distros_centos5: MITOGEN_TEST_DISTRO_SPECS=centos5 |
116 | 120 | distros_centos6: MITOGEN_TEST_DISTRO_SPECS=centos6 |
|
0 commit comments