diff --git a/.zuul.yaml b/.zuul.yaml index 09a58979af..ec6b5fcf00 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -607,7 +607,7 @@ - check-requirements - integrated-gate-py3 - openstack-cover-jobs - - openstack-python3-ussuri-jobs + - openstack-python3-victoria-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: diff --git a/setup.cfg b/setup.cfg index f57a80526a..18427a2fb4 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 e861c84824..0477d6fcfe 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pep8,py36,py37,bashate,pip-check-reqs +envlist = pep8,py36,py38,bashate,pip-check-reqs minversion = 3.1.1 skipsdist = True ignore_basepython_conflict = True