Gazpacho supports python 3.10 through 3.13 [0]. [0] https://governance.openstack.org/tc/reference/runtimes/2026.1.html Change-Id: Iec7fc653b5ee54b0e079bc3ac1c1229e6b24e7d5 Signed-off-by: Brian Rosmaita <rosmaita.fossdev@gmail.com>
28 lines
973 B
INI
28 lines
973 B
INI
[metadata]
|
|
name = python-brick-cinderclient-ext
|
|
description = python-cinderclient extension for local storage management
|
|
long_description = file: README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
url = http://docs.openstack.org/cinder/latest/
|
|
python_requires = >=3.10
|
|
classifiers =
|
|
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 :: Only
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
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 =
|
|
brick_cinderclient_ext
|
|
brick_python_cinderclient_ext
|