From 0e4716d326f3dd3db40a40a67fc7b35dffea4927 Mon Sep 17 00:00:00 2001 From: aaronk1 Date: Tue, 5 Nov 2019 16:08:07 -0500 Subject: [PATCH] Clarify Python 2.x support in python_3_support.rst (#64077) +label: docsite_pr --- docs/docsite/rst/reference_appendices/python_3_support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/reference_appendices/python_3_support.rst b/docs/docsite/rst/reference_appendices/python_3_support.rst index a5c69d53e38..da06023c1a2 100644 --- a/docs/docsite/rst/reference_appendices/python_3_support.rst +++ b/docs/docsite/rst/reference_appendices/python_3_support.rst @@ -6,7 +6,7 @@ Ansible 2.5 and above work with Python 3. Previous to 2.5, using Python 3 was considered a tech preview. This topic discusses how to set up your controller and managed machines to use Python 3. -.. note:: Ansible works with Python version 3.5 and above only. +.. note:: On the controller we support Python 3.5 or greater and Python 2.7 or greater. Module-side, we support Python 3.5 or greater and Python 2.6 or greater. On the controller side ----------------------