diff options
author | Scott Butler <sbutler@redhat.com> | 2017-08-04 13:59:38 -0700 |
---|---|---|
committer | Scott Butler <sbutler@redhat.com> | 2017-08-04 13:59:38 -0700 |
commit | 7d553aad2909bd4a1b218441404639b26447ce38 (patch) | |
tree | d944818c2be690cfe14f37422094bdea1e451f2b | |
parent | 699e0ccc3288374325e4c7824ae7a907be034fda (diff) | |
download | ansible-7d553aad2909bd4a1b218441404639b26447ce38.tar.gz |
Added note clarifying which version of Python 3 we support.
-rw-r--r-- | docs/docsite/rst/intro_installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/intro_installation.rst b/docs/docsite/rst/intro_installation.rst index 731c0af59a..bd4eb50652 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 <http://docs.ansible.com/ansible/python_3_support.html>`_. + Ansible 2.2 introduces a tech preview of support for Python 3 (versions 3.5 and higher). For more information, see `Python 3 Support <http://docs.ansible.com/ansible/python_3_support.html>`_. This includes Red Hat, Debian, CentOS, OS X, any of the BSDs, and so on. |