Remove setuptools workaround

Also make it explicit we now support Python 3.10 and use generic
openstack test template

Change-Id: I3ff370e1886b05450949db000f37f5dff9e52227
This commit is contained in:
Riccardo Pittau 2023-01-12 13:23:07 +01:00
parent 3f6f693ee8
commit a330427d94
3 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,7 @@ classifier =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[files]
packages =

View File

@ -17,5 +17,4 @@ import setuptools
setuptools.setup(
setup_requires=['pbr>=2.0.0'],
py_modules=[],
pbr=True)

View File

@ -2,7 +2,7 @@
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-antelope-jobs
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check: