From 25e17b40353995f211b9e2c704adf36d326792e2 Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 25 Sep 2017 21:36:58 +0200 Subject: [PATCH] Clearify that Python 3 support is still a tech preview (#30789) setup.py does not contain any Python 3 trove classifiers. --- docs/docsite/rst/python_3_support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/python_3_support.rst b/docs/docsite/rst/python_3_support.rst index 46cd71ab19c..24da7059808 100644 --- a/docs/docsite/rst/python_3_support.rst +++ b/docs/docsite/rst/python_3_support.rst @@ -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.