diff --git a/.zuul.yaml b/.zuul.yaml index c7ac4df..cdf2547 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,7 +9,7 @@ - nodejs8-jobs - publish-openstack-docs-pti - openstack-python35-jobs - - openstack-python3-ussuri-jobs + - openstack-python3-victoria-jobs check: jobs: - tempest-full-py3: diff --git a/setup.cfg b/setup.cfg index 13c68c9..16a3e11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifier = Programming Language :: Python :: 3.5 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 854efe5..b9e0094 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 3.1.1 -envlist = py36,py37,pypy,pep8 +envlist = py36,py38,pypy,pep8 skipsdist = True ignore_basepython_conflict = True