From e894b6620a322d7935dc7999b636e5ea130b8952 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Thu, 29 Apr 2021 14:54:16 +0000 Subject: [PATCH] Switch testing to Xena testing runtime Upating the tetsing template to Xena testing runtime: https://governance.openstack.org/tc/reference/runtimes/xena.html Change-Id: Iea244adb47907b688e52afbdfa301c4cfa602a5b --- .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 980f881..718c629 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,4 @@ - project: templates: - - openstack-python3-ussuri-jobs + - openstack-python3-xena-jobs - publish-openstack-docs-pti diff --git a/setup.cfg b/setup.cfg index ec3ca7b..1bf23e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 [files] packages = diff --git a/tox.ini b/tox.ini index 42dee8e..c5de120 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.18.0 -envlist = py36,py37,pep8 +envlist = py36,py38,pep8 skipsdist = True ignore_basepython_conflict = True