We are excited to announce the release of: aodhclient 3.0.0: Python client library for Aodh This release is part of the zed release series. The source is available from: https://opendev.org/openstack/aodhclient Download the package from: https://pypi.org/project/aodhclient For more details, please see below. 3.0.0 ^^^^^ Upgrade Notes * Python 3.6 & 3.7 support has been dropped. The minimum version of Python now supported is Python 3.8. Changes in aodhclient 2.4.1..3.0.0 ---------------------------------- d656c19 Unblock the gate and update python testing b625d7b Remove six 9c3c2c9 Update master for stable/yoga Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- aodhclient/utils.py | 2 +- aodhclient/v2/base.py | 4 +--- .../drop-python-3-6-and-3-7-c70234384bc69b1d.yaml | 5 ++++ releasenotes/source/index.rst | 1 + releasenotes/source/yoga.rst | 6 +++++ requirements.txt | 1 - setup.cfg | 5 ++-- tox.ini | 2 +- 11 files changed, 34 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4e6f8c4..f2b84d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +12,0 @@ keystoneauth1>=1.0.0 -six
participants (1)
-
no-reply@openstack.org