38f00d1d7d
We have updated the yoga testing runtime to keep the py36 testing. - https://review.opendev.org/c/openstack/governance/+/820195 Unit tests job template is also updated to keep python 3.6 as a voting job. So with the py3.6 and py3.9 testing as voting job template, we are keeping python 3.6, 3.7, 3.8, and 3.8 as tested versions in the Yoga cycle. - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 This commit re-add the python 3.6/3.7 versions in setup.cfg classifier. Change-Id: I7129bb68320a7d6de40feea571e2ac03d4b09166
50 lines
1.6 KiB
INI
50 lines
1.6 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.6
|
|
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.6
|
|
Programming Language :: Python :: 3.7
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
|
|
[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.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
|