Prohibit installation in Python < 3.8
... and add Python 3.12 which is currently tested. Change-Id: I4326d708510996e13e5f71f162812e00a217e868
This commit is contained in:
parent
96a4ea24b7
commit
84e08ea472
@ -1,11 +1,12 @@
|
||||
[metadata]
|
||||
name = zaqar_tempest_plugin
|
||||
summary = Tempest plugin zaqar_tempest_plugin
|
||||
description-file =
|
||||
description_file =
|
||||
README.rst
|
||||
author = OpenStack
|
||||
author-email = openstack-discuss@lists.openstack.org
|
||||
home-page = http://www.openstack.org/
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = http://www.openstack.org/
|
||||
python_requires = >=3.8
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
@ -20,6 +21,7 @@ classifier =
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.12
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
Loading…
Reference in New Issue
Block a user