diff options
-rw-r--r-- | .zuul.yaml | 2 | ||||
-rw-r--r-- | setup.cfg | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -13,7 +13,7 @@ - project: templates: - check-requirements - - openstack-python3-wallaby-jobs + - openstack-python3-yoga-jobs - openstackclient-plugin-jobs - publish-openstack-docs-pti check: @@ -18,7 +18,7 @@ classifier = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 - + Programming Language :: Python :: 3.9 [files] packages = @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py38,py36,pep8 +envlist = py38,py39,pep8 skipsdist = True ignore_basepython_conflict = True |