diff --git a/.zuul.yaml b/.zuul.yaml index 2065b7b252d..1708005c695 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -21,7 +21,7 @@ - ^contrib/block-box.*$ - ^doc/.*$ - ^releasenotes/.*$ - - openstack-tox-functional-py37: + - openstack-tox-functional-py38: irrelevant-files: *functional-irrelevant-files - cinder-rally-task: voting: false diff --git a/setup.cfg b/setup.cfg index fae7eb39887..d159b26fe07 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] data_files = diff --git a/tox.ini b/tox.ini index fc0409fb779..b2a2e77ef31 100644 --- a/tox.ini +++ b/tox.ini @@ -2,8 +2,8 @@ minversion = 3.1.0 skipsdist = True skip_missing_interpreters = true -# python runtimes: https://governance.openstack.org/tc/reference/runtimes/ussuri.html -envlist = py37,py36,compliance,pep8 +# python runtimes: https://governance.openstack.org/tc/reference/project-testing-interface.html#tested-runtimes +envlist = py38,py36,compliance,pep8 # this allows tox to infer the base python from the environment name # and override any basepython configured in this file ignore_basepython_conflict=true @@ -56,7 +56,7 @@ setenv = setenv = {[testenv:functional]setenv} -[testenv:functional-py37] +[testenv:functional-py38] setenv = {[testenv:functional]setenv}