Fix supported Python list for 2.15. (#2968) (#2971)

(cherry picked from commit 9c0f0dba01)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2025-08-07 14:24:41 -04:00
committed by GitHub
parent 0d9999450e
commit 2b4a086b4a

View File

@@ -19,6 +19,9 @@ Controller code, including plugins in Ansible Collections, must support the foll
Code which runs on targets (``modules`` and ``module_utils``) must support all controller supported Python versions,
as well as the additional Python versions supported only on targets:
- 3.11
- 3.10
- 3.9
- 3.8
- 3.7
- 3.6