From 7d553aad2909bd4a1b218441404639b26447ce38 Mon Sep 17 00:00:00 2001 From: Scott Butler Date: Fri, 4 Aug 2017 13:59:38 -0700 Subject: [PATCH] Added note clarifying which version of Python 3 we support. --- docs/docsite/rst/intro_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/intro_installation.rst b/docs/docsite/rst/intro_installation.rst index 731c0af59a21e8..bd4eb506527d3e 100644 --- a/docs/docsite/rst/intro_installation.rst +++ b/docs/docsite/rst/intro_installation.rst @@ -40,7 +40,7 @@ Control Machine Requirements Currently Ansible can be run from any machine with Python 2.6 or 2.7 installed (Windows isn't supported for the control machine). .. note:: - Ansible 2.2 introduces a tech preview of support for Python 3. For more information, see `Python 3 Support `_. + Ansible 2.2 introduces a tech preview of support for Python 3 (versions 3.5 and higher). For more information, see `Python 3 Support `_. This includes Red Hat, Debian, CentOS, OS X, any of the BSDs, and so on.