compile
All Python source files must successfully compile using all supported Python versions.
Note
The list of supported Python versions is dependent on the version of ansible-core
that you are using.
Make sure you consult the version of the documentation which matches your ansible-core
version.
You can find an overview for this and previous versions in ansible-core support matrix.
Control node code, including plugins in Ansible Collections, must support the following Python versions:
3.13
3.12
3.11
Code which runs on targets (modules
and module_utils
) must support all control node supported Python versions,
as well as the additional Python versions supported only on targets:
3.13
3.12
3.11
3.10
3.9
3.8
Note
Ansible Collections can be configured to support a subset of the target-only Python versions.