From 958d894c6119cee6a976c5663156ee789bfcf239 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) --- .travis.yml | 1 - packaging/language/pip.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea3133a6097..abc512d43b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/' . diff --git a/packaging/language/pip.py b/packaging/language/pip.py index 466c7ea8875..d3bda11d38e 100755 --- a/packaging/language/pip.py +++ b/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