
There is a job definition here for testing neutron-lib with the master branch of neutron. As neutron is no longer testing py311 in its master gate for 2025.1, start using the py312 version of this jobs so we can move forward. Changed it to voting as it has been non-voting since June 2024 and checking the past few months changes have not shown any failures. Also moved the sqlalchemy job to start using py312 as well. Also updated the testing runtime to include 3.12 and removed 3.8 based on 2025.1 governance [0]. [0] https://review.opendev.org/c/openstack/governance/+/926150 Change-Id: Ife1abbf48c15a2440c8b1f5316c541781964ce5c
32 lines
942 B
INI
32 lines
942 B
INI
[metadata]
|
|
name = neutron-lib
|
|
summary = Neutron shared routines and utilities
|
|
description_file =
|
|
README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = https://docs.openstack.org/neutron-lib/latest/
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python :: 3.12
|
|
|
|
[files]
|
|
packages =
|
|
neutron_lib
|
|
|
|
[entry_points]
|
|
oslo.policy.enforcer =
|
|
neutron_lib = neutron_lib._policy:get_enforcer
|
|
oslo.policy.policies =
|
|
neutron_lib = neutron_lib._policy:list_rules
|