diff --git a/.zuul.yaml b/.zuul.yaml index 1a22121..081d00f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,5 +1,5 @@ +--- - project: templates: - - openstack-python36-jobs - - openstack-python37-jobs - - openstack-python38-jobs + - openstack-python3-jobs + - publish-openstack-docs-pti diff --git a/setup.cfg b/setup.cfg index 36be0a4..c233266 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ author_email = python-wsme@googlegroups.com description_file = README.rst url = https://opendev.org/x/wsme license = MIT -python_requires = >=3.6 +python_requires = >=3.8 classifier = Development Status :: 3 - Alpha Operating System :: OS Independent