Add python36 to centos builders 12/61712/4
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 12 Sep 2019 20:20:20 +0000 (16:20 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 12 Sep 2019 21:57:07 +0000 (17:57 -0400)
python 34 is EOL, remove it.

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: Ib8e5ad13b52002b363fa941cdbdd01cdc4f71a55

vars/RedHat.yml

index 54976e7..56e04c8 100644 (file)
@@ -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