Another clarifying note on Python supported versions.
This commit is contained in:
parent
7d553aad29
commit
c43a10bd69
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ information about running from source. It's not necessary to install the progra
|
|||
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).
|
||||
Currently Ansible can be run from any machine with Python 2 (versions 2.6 or 2.7) or Python 3 (versions 3.5 and higher) installed (Windows isn't supported for the control machine).
|
||||
|
||||
.. note::
|
||||
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>`_.
|
||||
|
|
Loading…
Reference in a new issue