diff --git a/.zuul.yaml b/.zuul.yaml index e80a64e93..f37bdeb71 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,8 +1,8 @@ - job: - name: shade-tox-py35-tips - parent: openstack-tox-py35 + name: shade-tox-py38-tips + parent: openstack-tox-py38 description: | - Run tox python 35 unittests against master of important libs + Run tox python 38 unittests against master of important libs vars: tox_install_siblings: true zuul_work_dir: src/opendev.org/openstack/shade @@ -18,10 +18,10 @@ name: shade-tox-tips check: jobs: - - shade-tox-py35-tips + - shade-tox-py38-tips gate: jobs: - - shade-tox-py35-tips + - shade-tox-py38-tips - job: name: shade-functional-devstack-base diff --git a/setup.cfg b/setup.cfg index 49da06cd6..fd4d21369 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 [entry_points] console_scripts =