Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document ansible-core Python support #174

Merged
merged 1 commit into from
Jul 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 24 additions & 9 deletions docs/docsite/rst/reference_appendices/release_and_maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,21 @@ You can install ``ansible-core`` with ``pip``. See :ref:`intro_installation_guid
.. _release_schedule:
.. _support_life:

``ansible-core`` control node Python support
--------------------------------------------

Starting with ``ansible-core`` version 2.12, each release includes control node support for the three most recently released Python versions.

``ansible-core`` target node Python support
-------------------------------------------

Starting with ``ansible-core`` version 2.16, each release includes target node support for:

* The 6 most recently released Python versions.
* The 7 most recently released Python versions every 6th ``ansible-core`` release (2.16, 2.22, etc.)

Support for Python 2.7 is included in ``ansible-core`` version 2.16 and earlier.

``ansible-core`` support matrix
-------------------------------

Expand Down Expand Up @@ -219,71 +234,71 @@ Dates listed indicate the start date of the maintenance cycle.
.. - May 2025
.. - Nov 2025
.. - | Python 3.10 - 3.12
.. - | Python 3.6 - 3.12
.. - | Python 3.7 - 3.12
.. | PowerShell TBD
.. * - 2.18
.. - Nov 2024
.. - May 2025
.. - Nov 2025
.. - May 2026
.. - | Python 3.11 - 3.13
.. - | Python 3.6 - 3.13
.. - | Python 3.8 - 3.13
.. | PowerShell TBD
.. * - 2.19
.. - May 2025
.. - Nov 2025
.. - May 2026
.. - Nov 2026
.. - | Python 3.11 - 3.13
.. - | Python 3.6 - 3.13
.. - | Python 3.8 - 3.13
.. | PowerShell TBD
.. * - 2.20
.. - Nov 2025
.. - May 2026
.. - Nov 2026
.. - May 2027
.. - | Python 3.12 - 3.14
.. - | Python 3.8 - 3.14
.. - | Python 3.9 - 3.14
.. | PowerShell TBD
.. * - 2.21
.. - May 2026
.. - Nov 2026
.. - May 2027
.. - Nov 2027
.. - | Python 3.12 - 3.14
.. - | Python 3.8 - 3.14
.. - | Python 3.9 - 3.14
.. | PowerShell TBD
.. * - 2.22
.. - Nov 2026
.. - May 2027
.. - Nov 2027
.. - May 2028
.. - | Python 3.13 - 3.15
.. - | Python 3.8 - 3.15
.. - | Python 3.9 - 3.15
.. | PowerShell TBD
.. * - 2.23
.. - May 2027
.. - Nov 2027
.. - May 2028
.. - Nov 2028
.. - | Python 3.13 - 3.15
.. - | Python 3.8 - 3.15
.. - | Python 3.10 - 3.15
.. | PowerShell TBD
.. * - 2.24
.. - Nov 2027
.. - May 2028
.. - Nov 2028
.. - May 2029
.. - | Python 3.14 - 3.16
.. - | Python 3.8 - 3.16
.. - | Python 3.11 - 3.16
.. | PowerShell TBD
.. * - 2.25
.. - May 2028
.. - Nov 2028
.. - May 2029
.. - Nov 2029
.. - | Python 3.14 - 3.16
.. - | Python 3.8 - 3.16
.. - | Python 3.11 - 3.16
.. | PowerShell TBD


Expand Down