From 699e0ccc3288374325e4c7824ae7a907be034fda Mon Sep 17 00:00:00 2001 From: Scott Butler Date: Fri, 4 Aug 2017 13:57:09 -0700 Subject: [PATCH] Added note clarifying Python 3 supported versions. --- docs/docsite/rst/python_3_support.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docsite/rst/python_3_support.rst b/docs/docsite/rst/python_3_support.rst index 4fb6b5d4c3..bda862db15 100644 --- a/docs/docsite/rst/python_3_support.rst +++ b/docs/docsite/rst/python_3_support.rst @@ -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.