We've decided that pythn 3.5 is the minimum python3 version (#4572)
This commit is contained in:
parent
6dd2bc2bff
commit
958d894c61
2 changed files with 1 additions and 2 deletions
|
@ -22,7 +22,6 @@ script:
|
|||
- python2.4 -m compileall -fq cloud/amazon/_ec2_ami_search.py cloud/amazon/ec2_facts.py
|
||||
- python2.6 -m compileall -fq .
|
||||
- python2.7 -m compileall -fq .
|
||||
- python3.4 -m compileall -fq .
|
||||
- python3.5 -m compileall -fq .
|
||||
- ansible-validate-modules --exclude 'utilities/' .
|
||||
#- ansible-validate-modules --exclude 'cloud/amazon/ec2_lc\.py|cloud/amazon/ec2_scaling_policy\.py|cloud/amazon/ec2_scaling_policy\.py|cloud/amazon/ec2_asg\.py|cloud/azure/azure\.py|packaging/os/rhn_register\.py|network/openswitch/ops_template\.py|system/hostname\.py|utilities/' .
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue