From d32daccbca8fe914b01cbbd3ba732851cb8507e5 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 15 Oct 2018 14:15:06 -0400 Subject: [PATCH] Add python3.7 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 also test with python3.7. Eventually we'd like to remove python 3.5, but not yet. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: I78517d8a873ed3d41a8e06b4193fdb677f0705d7 Story: #2004073 Task: #27433 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index c6b59ab31..3ad3112b6 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,6 +9,7 @@ - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs check: jobs: - openstack-tox-functional