Files
Ghanshyam Maan 38e7d74496 Drop python 3.9 and support python 3.13
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

Change-Id: Ifbb8f7ee7e5985e5d814fc535356b79b6c2223bc
Signed-off-by: Ghanshyam Maan <gmaan@ghanshyammann.com>
2025-11-04 21:00:31 +00:00

29 lines
886 B
INI

[metadata]
name = barbican_tempest_plugin
summary = OpenStack barbican tempest tests.
long_description = file: README.rst
author = OpenStack
author_email = openstack-dev@lists.openstack.org
url = 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 :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
[files]
packages =
barbican_tempest_plugin
[entry_points]
tempest.test_plugins =
barbican_tests = barbican_tempest_plugin.plugin:BarbicanTempestPlugin