Drop Python 3.10
Python 3.11 is the minimum runtime for 2026.2 (Hibiscus) and add Python 3.14. https://governance.openstack.org/tc/reference/runtimes/2026.2.html Change-Id: I88458be838d97d6c095b6d387133434065c56530 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
@@ -7,22 +7,22 @@ description_file =
|
||||
author = OpenStack
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = https://docs.openstack.org/ceilometer/latest/
|
||||
python_requires = >=3.10
|
||||
python_requires = >=3.11
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
Intended Audience :: System Administrators
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Operating System :: POSIX :: Linux
|
||||
Topic :: System :: Monitoring
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.12
|
||||
Programming Language :: Python :: 3.13
|
||||
Topic :: System :: Monitoring
|
||||
Programming Language :: Python :: 3.14
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
||||
Reference in New Issue
Block a user