From 1823e8595d844b553442a3973349db620910f261 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 21 Sep 2020 13:06:59 -0500 Subject: [PATCH] Switch to wallaby job template Run the expected wallaby jobs in gate. Change-Id: I2496c1e95d36acbce60679f5e7224a92ed60a7ce Signed-off-by: Sean McGinnis --- .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 a1cb3759..fa39ea61 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,7 +2,7 @@ templates: - openstack-cover-jobs - openstack-lower-constraints-jobs - - openstack-python3-ussuri-jobs + - openstack-python3-wallaby-jobs - publish-openstack-docs-pti - check-requirements check: diff --git a/setup.cfg b/setup.cfg index 83f80e92..ada51ae2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython diff --git a/tox.ini b/tox.ini index ca17d0f1..d31a0e91 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,pep8 +envlist = py38,pep8 ignore_basepython_conflict = true minversion = 3.2.0 skipsdist = True