Codebase list cinder-tempest-plugin / c750bc3
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
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
44 author = OpenStack
55 author_email = openstack-discuss@lists.openstack.org
66 url = http://www.openstack.org/
7 python_requires = >=3.9
7 python_requires = >=3.10
88 classifiers =
99 Environment :: OpenStack
1010 Intended Audience :: Information Technology
1414 Programming Language :: Python
1515 Programming Language :: Python :: 3 :: Only
1616 Programming Language :: Python :: 3
17 Programming Language :: Python :: 3.9
1817 Programming Language :: Python :: 3.10
1918 Programming Language :: Python :: 3.11
2019 Programming Language :: Python :: 3.12
20 Programming Language :: Python :: 3.13
2121
2222 [files]
2323 packages =