From e5998619ed9315304aeeeae9b6f56373b54569b4 Mon Sep 17 00:00:00 2001 From: Anusha Ramineni Date: Mon, 24 Jun 2019 11:51:38 +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 Depends-On: https://review.opendev.org/#/c/667039/ Change-Id: Iac3770f6d833340579056998b5fa9c71df5b8660 --- .zuul.yaml | 3 +-- setup.cfg | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 00913c600..cfefe424d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,8 +3,7 @@ - check-requirements - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python36-jobs - - openstack-python37-jobs + - openstack-python3-train-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: diff --git a/setup.cfg b/setup.cfg index 49d883fe1..de9fc468f 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 Topic :: System :: Monitoring [global] diff --git a/tox.ini b/tox.ini index 0b0a4ed84..34124ab31 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.3.1 -envlist = py36,py27,pep8 +envlist = py37,py36,py27,pep8 skipsdist = True [testenv]