Update python classifier as per the 2025.1 cycle testing runtime
As per 2025.1 testing runtime[1], we are testing from python 3.9 till python 3.12, updating the same in python classifier. Also testing on Noble. Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156 Change-Id: Id6a4aeeba5278ed7c67230af850ff459a97661d3
This commit is contained in:
parent
f32c551e9d
commit
87114a3be0
@ -6,7 +6,7 @@ description_file =
|
||||
author = OpenStack
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = https://docs.openstack.org/osc-placement/latest/
|
||||
python_requires = >=3.8
|
||||
python_requires = >=3.9
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
@ -20,6 +20,7 @@ classifier =
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.12
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
Loading…
x
Reference in New Issue
Block a user