From 0fd80fcffe80f9c11b81aa0d4f25590553b99fbb Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 15 Oct 2018 09:35:05 -0400 Subject: [PATCH] Change python3.5 job to python3.7 job on Stein+ This is a mechanically generated patch to add a unit test job running under Python 3.7 and drop the Python 3.5 unit test job. python3.5 was the only supported python3 version on Xenial. Now that we have Bionic nodes supporting python3.6 and python3.7, let's switch to testing with python3.7 in addition to python3.6 in Stein and beyond. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: Ic540fd39a82938e5fc84dc270bd5238097a4575e Story: #2004073 Task: #27440 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 6b532c16..0ee42874 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,5 +7,6 @@ - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs - publish-openstack-docs-pti - release-notes-jobs-python3