File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
docs/docsite/rst/dev_guide/testing/sanity Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,23 @@ All Python source files must successfully compile using all supported Python ver
9
9
10
10
The list of supported Python versions is dependent on the version of ``ansible-core `` that you are using.
11
11
Make sure you consult the version of the documentation which matches your ``ansible-core `` version.
12
+ You can find an overview for this and previous versions in :ref: `ansible_core_support_matrix `.
12
13
13
14
Control node code, including plugins in Ansible Collections, must support the following Python versions:
14
15
16
+ - 3.13
17
+ - 3.12
15
18
- 3.11
16
- - 3.10
17
- - 3.9
18
19
19
20
Code which runs on targets (``modules `` and ``module_utils ``) must support all control node supported Python versions,
20
21
as well as the additional Python versions supported only on targets:
21
22
23
+ - 3.13
24
+ - 3.12
25
+ - 3.11
26
+ - 3.10
27
+ - 3.9
22
28
- 3.8
23
- - 3.7
24
- - 3.6
25
- - 3.5
26
- - 2.7
27
29
28
30
.. note ::
29
31
You can’t perform that action at this time.
0 commit comments