From 00284d833802a01406de73e15f9f8fda8744032c Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Thu, 14 Feb 2019 22:49:55 -0500 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: I22733429c53c217e72fb6d65e1f0dc1353b021fa Story: #2004073 Task: #27416 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index e18e0f4..d86aa01 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,5 +5,6 @@ - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs - publish-openstack-docs-pti - publish-to-pypi