From 0e52085c226bc165ec9f94d75d185ca3e612038e Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 15 Oct 2018 09:35:06 -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: I9a72540b03b41378600c85691b99b5e0e497f846 Story: #2004073 Task: #27440 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 8ef670d..ac303f5 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,5 +3,5 @@ - check-requirements - publish-openstack-docs-pti - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs