1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Added note clarifying Python 3 supported versions.

This commit is contained in:
Scott Butler 2017-08-04 13:57:09 -07:00
parent 941738a686
commit 699e0ccc32

View file

@ -4,6 +4,8 @@ Python 3 Support
Ansible 2.2 features a tech preview of Python 3 support. This topic discusses how you can test to make sure your modules and playbooks work with Python 3.
.. note:: Ansible supports Python version 3.5 and above only.
.. note:: Technology preview features provide early access to upcoming product innovations,
enabling you to test functionality and provide feedback during the development process.