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
Co-Authored-By: Ghanshyam Maan <gmaan@ghanshyammann.com>
Change-Id: I48c74394ed1993c90452fb852b524507ea78a2ed
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
Takashi Kajinami
6 months ago
| 4 | 4 | author = OpenStack |
| 5 | 5 | author_email = openstack-discuss@lists.openstack.org |
| 6 | 6 | url = http://www.openstack.org/ |
| 7 | python_requires = >=3.9 | |
| 7 | python_requires = >=3.10 | |
| 8 | 8 | classifiers = |
| 9 | 9 | Environment :: OpenStack |
| 10 | 10 | Intended Audience :: Information Technology |
| 14 | 14 | Programming Language :: Python |
| 15 | 15 | Programming Language :: Python :: 3 :: Only |
| 16 | 16 | Programming Language :: Python :: 3 |
| 17 | Programming Language :: Python :: 3.9 | |
| 18 | 17 | Programming Language :: Python :: 3.10 |
| 19 | 18 | Programming Language :: Python :: 3.11 |
| 20 | 19 | Programming Language :: Python :: 3.12 |
| 20 | Programming Language :: Python :: 3.13 | |
| 21 | 21 | |
| 22 | 22 | [files] |
| 23 | 23 | packages = |