From daafae04a55098ad0cbd28724daffdf708fd4393 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 14 Jul 2020 13:49:32 -0500 Subject: [PATCH] Switch to victoria test template This switches to the victoria template to pick up py38 and drop py37 unit tests. With the addition of py38 testing, it also adds that metadata to the package. Change-Id: I11afa559bdaae91766c0d3bbaaaf5619151553af Signed-off-by: Sean McGinnis --- .zuul.yaml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 7b1d6c5..c2c8f08 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,4 +2,4 @@ templates: - check-requirements - publish-openstack-docs-pti - - openstack-python3-ussuri-jobs + - openstack-python3-victoria-jobs diff --git a/setup.cfg b/setup.cfg index 88dd25e..7d8c889 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