Skip to content

Commit d0db77e

Browse files
[stable-2.19] compile sanity test: update supported Python versions (#2965) (#2970)
* Update supported Python versions. (#2935) (cherry picked from commit e09cd6e) * Adjust Python list for ansible-core 2.18 and 2.19. (cherry picked from commit 82bdad5) Co-authored-by: Felix Fontein <[email protected]>
1 parent 328b81c commit d0db77e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/docsite/rst/dev_guide/testing/sanity/compile.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,23 @@ All Python source files must successfully compile using all supported Python ver
99

1010
The list of supported Python versions is dependent on the version of ``ansible-core`` that you are using.
1111
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`.
1213

1314
Control node code, including plugins in Ansible Collections, must support the following Python versions:
1415

16+
- 3.13
17+
- 3.12
1518
- 3.11
16-
- 3.10
17-
- 3.9
1819

1920
Code which runs on targets (``modules`` and ``module_utils``) must support all control node supported Python versions,
2021
as well as the additional Python versions supported only on targets:
2122

23+
- 3.13
24+
- 3.12
25+
- 3.11
26+
- 3.10
27+
- 3.9
2228
- 3.8
23-
- 3.7
24-
- 3.6
25-
- 3.5
26-
- 2.7
2729

2830
.. note::
2931

0 commit comments

Comments
 (0)