We've decided that pythn 3.5 is the minimum python3 version (#4572)
This commit is contained in:
parent
a539ea47bc
commit
5bd9cdad5a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue