From ba338e78a7a10d61055ef651929eec8f397f6183 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Sun, 3 Mar 2019 11:57:25 -0500 Subject: [PATCH] zuul: Add python37 job This allows Pegleg unit tests to be run against py37 interpreter as py37 is the latest version of Python supported under OpenStack and eventually most projects, including Pegleg, will likely use it as its default interpreter. Change-Id: I6bfe5b10a73b29edaed0a58e563c14aefb5dc043 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 5b3c8c58..541d8e12 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -13,6 +13,7 @@ - project: templates: - openstack-python36-jobs + - openstack-python37-jobs - openstack-cover-jobs - release-notes-jobs-python3 check: