From 5bd9cdad5ae95971cf0311dbec01a442a5e62354 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 31 Aug 2016 08:31:23 -0700 Subject: [PATCH] We've decided that pythn 3.5 is the minimum python3 version (#4572) --- lib/ansible/modules/packaging/language/pip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/packaging/language/pip.py b/lib/ansible/modules/packaging/language/pip.py index 466c7ea8875..d3bda11d38e 100755 --- a/lib/ansible/modules/packaging/language/pip.py +++ b/lib/ansible/modules/packaging/language/pip.py @@ -83,7 +83,7 @@ options: version_added: "2.0" description: - The Python executable used for creating the virtual environment. - For example C(python3.4), C(python2.7). When not specified, the + For example C(python3.5), C(python2.7). When not specified, the system Python version is used. required: false default: null