From f6ec773e6ef2e7153ae3b3a992d01957a9811b46 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Tue, 9 Nov 2021 15:22:16 +0100 Subject: [PATCH] Update porting guide Python 2.7+ wording. (#76258) --- docs/docsite/rst/porting_guides/porting_guide_core_2.13.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/porting_guides/porting_guide_core_2.13.rst b/docs/docsite/rst/porting_guides/porting_guide_core_2.13.rst index 8db1d9a3f95..540b281635a 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_core_2.13.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_core_2.13.rst @@ -49,7 +49,7 @@ No notable changes Modules ======= -* Python 2.7 is a hard requirement for module execution in this release. Any code utilizing ``ansible.module_utils.basic`` will not function with a lower Python version. +* To use ansible-core 2.13 for module execution, you must use Python 2 version 2.7 or Python 3 version 3.5 or newer. Any code utilizing ``ansible.module_utils.basic`` will not function with lower Python versions. Modules removed