diff --git a/setup.cfg b/setup.cfg index 3a28de2..6f4fd93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,11 +16,14 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: OS Independent Programming Language :: Python - Programming Language :: Python :: Implementation :: CPython - Programming Language :: Python :: 3 :: Only + Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 + Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 [files] packages = diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index e241b0c..7d1cedf 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -2,4 +2,4 @@ templates: - check-requirements - openstack-cover-jobs - - openstack-python3-victoria-jobs + - openstack-python3-jobs