We've decided that pythn 3.5 is the minimum python3 version (#4572)

This commit is contained in:
Toshio Kuratomi 2016-08-31 08:31:23 -07:00 committed by Matt Clay
parent a539ea47bc
commit 5bd9cdad5a

View file

@ -83,7 +83,7 @@ options:
version_added: "2.0" version_added: "2.0"
description: description:
- The Python executable used for creating the virtual environment. - 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. system Python version is used.
required: false required: false
default: null default: null