From cc20ba667b6d97142b5369ce664bc006884a2fe4 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Tue, 19 Feb 2019 16:45:05 +0800 Subject: [PATCH] add python 3.7 unit test job This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: I5ab50f8b9280e57622f385d9470995f1ab59f59f Story: #2004073 Task: #27431 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 1cb51f3..7aa5a41 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,3 +3,4 @@ - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs