Drop support for Python < 3.8, use PTI test interface

Everything except the check-requirements-job template, since we're not
an official OpenStack project.

Change-Id: I610a35f12e0570477c5f6c24af6252be2525bd17
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2023-09-07 11:23:35 +01:00
parent c898b2c5ff
commit 784112aef6
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
---
- project: - project:
templates: templates:
- openstack-python36-jobs - openstack-python3-jobs
- openstack-python37-jobs - publish-openstack-docs-pti
- openstack-python38-jobs

View File

@ -6,7 +6,7 @@ author_email = python-wsme@googlegroups.com
description_file = README.rst description_file = README.rst
url = https://opendev.org/x/wsme url = https://opendev.org/x/wsme
license = MIT license = MIT
python_requires = >=3.6 python_requires = >=3.8
classifier = classifier =
Development Status :: 3 - Alpha Development Status :: 3 - Alpha
Operating System :: OS Independent Operating System :: OS Independent