Due to requirements repo dropped the constraints for python3.9[1], Tempest needs to drop the python 3.9 support[2]. Because Tempest master cannot support py3.9 anymore, it needs to be dropped from tempest plugins also. Also, add python 3.13 support which is tested as mandatory in 2026.2 cycle. [1] https://review.opendev.org/c/openstack/requirements/+/957587 [2] https://review.opendev.org/c/openstack/tempest/+/966101 Co-Authored-By: Ghanshyam Maan <gmaan@ghanshyammann.com> Change-Id: Ifdd5b7a7c09a80a34364d8828d39c59e51147925 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
32 lines
992 B
INI
32 lines
992 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.10
|
|
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.11
|
|
Programming Language :: Python :: 3.12
|
|
Programming Language :: Python :: 3.13
|
|
|
|
[files]
|
|
packages =
|
|
zaqar_tempest_plugin
|
|
|
|
[entry_points]
|
|
tempest.test_plugins =
|
|
zaqar_tests = zaqar_tempest_plugin.plugin:ZaqarTempestPlugin
|