From f631101af0329ad3dbae8257380fb1012a94097a Mon Sep 17 00:00:00 2001 From: akhiljain23 Date: Thu, 9 May 2019 12:30:19 +0530 Subject: [PATCH] Switch python3 versions of test jobs to match Train PTI In Train, we will use python 3.6 and 3.7 for python3 runtime in our gate jobs [1]. This commit also adds python 3.7. [1] https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I2841c18c889a788a88e4ec50e7daa15109b2e6bc --- .zuul.yaml | 2 +- setup.cfg | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 7cc0c7d..7f78ea9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,7 +3,7 @@ - check-requirements - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python36-jobs + - openstack-python3-train-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: diff --git a/setup.cfg b/setup.cfg index 2cf20d6..3c68acf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = diff --git a/tox.ini b/tox.ini index b1bf95b..1b1c203 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py27,pep8 +envlist = py37,py36,py27,pep8 minversion = 2.0 skipsdist = True