ironic-lib/setup.cfg
Takashi Kajinami 467e7ecc18 Remove Python 3.8 support
Python 3.8 was removed from the tested runtimes for 2024.2[1] and has
not been tested since then.

Also add Python 3.12 which is part of the tested runtimes for 2025.1.
Now unit tests job with Python 3.12 is voting.

[1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html

Change-Id: Ifc461fd0eccde637f55c24610f1f81d51cab1689
2024-10-24 18:29:37 +09:00

58 lines
1.9 KiB
INI

[metadata]
name = ironic-lib
summary = Ironic common library
description_file =
README.rst
author = OpenStack Ironic
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/ironic-lib/
python_requires = >=3.9
classifier =
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 :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[files]
data_files =
etc/ironic/rootwrap.d = etc/ironic/rootwrap.d/*
packages =
ironic_lib
[entry_points]
oslo.config.opts =
ironic_lib.disk_partitioner = ironic_lib.disk_partitioner:list_opts
ironic_lib.disk_utils = ironic_lib.disk_utils:list_opts
ironic_lib.exception = ironic_lib.exception:list_opts
ironic_lib.json_rpc = ironic_lib.json_rpc:list_opts
ironic_lib.mdns = ironic_lib.mdns:list_opts
ironic_lib.metrics = ironic_lib.metrics_utils:list_opts
ironic_lib.metrics_statsd = ironic_lib.metrics_statsd:list_opts
ironic_lib.qemu_img = ironic_lib.qemu_img:list_opts
ironic_lib.utils = ironic_lib.utils:list_opts
[extra]
keystone =
keystoneauth1>=4.2.0 # Apache-2.0
os-service-types>=1.2.0 # Apache-2.0
json_rpc =
keystoneauth1>=4.2.0 # Apache-2.0
os-service-types>=1.2.0 # Apache-2.0
oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
[codespell]
quiet-level = 4
# Words to ignore:
# crypted: Valid in some contexts, e.g. "crypted password"
# assertIn: Python's unittest method
ignore-words-list = crypted,assertIn