Clearify that Python 3 support is still a tech preview (#30789)

setup.py does not contain any Python 3 trove classifiers.
This commit is contained in:
cclauss 2017-09-25 21:36:58 +02:00 committed by scottb
parent acf99085b5
commit 25e17b4035

View file

@ -2,7 +2,7 @@
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.
Ansible 2.2, 2.3, and 2.4 feature 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.