Skip to content

Commit e09cd6e

Browse files
authored
Update supported Python versions. (#2935)
1 parent 62278c1 commit e09cd6e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ 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

@@ -19,11 +20,12 @@ Control node code, including plugins in Ansible Collections, must support the fo
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

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

2830
.. note::
2931

0 commit comments

Comments
 (0)