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:
templates:
- openstack-python36-jobs
- openstack-python37-jobs
- openstack-python38-jobs
- openstack-python3-jobs
- publish-openstack-docs-pti

View File

@ -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