We are pleased to announce the release of: oslo.metrics 0.10.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/oslo.metrics Download the package from: https://pypi.org/project/oslo.metrics Please report issues through: https://bugs.launchpad.net/oslo.metrics/+bugs For more details, please see below. 0.10.0 ^^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in oslo.metrics 0.9.0..0.10.0 ------------------------------------- de8b9a6 Add note about requirements lower bounds 4bf5fb6 Remove Python 3.8 support f4fed61 Drop unnecessary 'x' bit from doc config file 0fe13c1 Use PortOpt for prometheus_port a1b4546 Declare Python 3.12 support 85e1c4b Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- oslo_metrics/__main__.py | 4 ++-- releasenotes/notes/remove-py38-16eda9eaf9fe00d0.yaml | 5 +++++ releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 4 ++++ setup.cfg | 4 ++-- 7 files changed, 20 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 54d99d0..b6250cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. +