We are happy to announce the release of: cliff 4.10.0 This release is part of the flamingo release series. The source is available from: https://opendev.org/openstack/cliff Download the package from: https://pypi.org/project/cliff Please report issues through: https://bugs.launchpad.net/python-openstackclient/+bugs For more details, please see below. 4.10.0 ^^^^^^ Upgrade Notes * Support for Python 3.9 has been dropped. The minimum version of Python now supported in 3.10. Changes in cliff 4.9.1..4.10.0 ------------------------------ af17b57 Bump Python version used for linters to 3.10 adc5c6b Drop support for Python 3.9 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 2 +- cliff/app.py | 33 +++++++++++----------- cliff/command.py | 19 ++++--------- cliff/commandmanager.py | 5 ++-- cliff/complete.py | 2 +- cliff/display.py | 6 ++-- cliff/formatters/table.py | 4 +-- cliff/help.py | 6 ++-- cliff/hooks.py | 5 ++-- cliff/interactive.py | 16 +++++------ cliff/sphinxext.py | 2 +- cliff/utils.py | 3 +- pyproject.toml | 3 +- .../notes/drop-python-39-bbeabc19b5143cd3.yaml | 5 ++++ requirements.txt | 1 - setup.cfg | 5 ++-- 17 files changed, 55 insertions(+), 65 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 557b95a..1399132 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2 +1,0 @@ autopage>=0.4.0 # Apache 2.0 -importlib_metadata>=4.4;python_version<"3.10" # Apache-2.0
participants (1)
-
no-reply@openstack.org