From: Aric Gardner Date: Thu, 12 Sep 2019 20:20:20 +0000 (-0400) Subject: Add python36 to centos builders X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=b47690147f77b3481f31516a5e6f555e053347aa;p=ansible%2Froles%2Fpython-install.git Add python36 to centos builders python 34 is EOL, remove it. Signed-off-by: Aric Gardner Change-Id: Ib8e5ad13b52002b363fa941cdbdd01cdc4f71a55 --- diff --git a/vars/RedHat.yml b/vars/RedHat.yml index 54976e7..56e04c8 100644 --- a/vars/RedHat.yml +++ b/vars/RedHat.yml @@ -6,8 +6,8 @@ python_packages_distro: - python-pip - python-setuptools - python-virtualenv - - python34 - - python34-devel - - python34-pip - - python34-setuptools - - python34-virtualenv + - python36 + - python36-devel + - python36-pip + - python36-setuptools + - python36-virtualenv