zaqar-tempest-plugin/setup.cfg
Takashi Kajinami f1fd86805e Remove Python 3.8 support
Tempest is now removing Python 3.8 support from master[1]. So drop
the same from this plugin.

[1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/FOWV4UQZTH4DPDA67QDEROAESYU5Z3LE/

Change-Id: Ieec4772eaa3701a0b636d7af8d800055314d5c9c
2024-10-27 03:15:57 +09:00

32 lines
991 B
INI

[metadata]
name = zaqar_tempest_plugin
summary = Tempest plugin zaqar_tempest_plugin
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = http://www.openstack.org/
python_requires = >=3.9
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[files]
packages =
zaqar_tempest_plugin
[entry_points]
tempest.test_plugins =
zaqar_tests = zaqar_tempest_plugin.plugin:ZaqarTempestPlugin