We are amped to announce the release of: barbican-tempest-plugin 4.3.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/barbican-tempest-plugin Download the package from: https://tarballs.openstack.org/barbican-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/barbican/+bugs For more details, please see below. 4.3.0 ^^^^^ Upgrade Notes * Python 3.8 support has been dropped. Last release of barbican- tempest-plugin to support python 3.8 is 4.1.0. The minimum version of Python now supported is Python 3.9. Changes in barbican-tempest-plugin 4.2.0..4.3.0 ----------------------------------------------- c6da000 Update gate jobs as per the 2025.1 cycle testing runtime c01cab3 Remove stable/2023.1 job from master gate f29e5ff Support py3.12 and drop py3.8 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 28 ++++++++-------------- .../drop-python38-support-6c2833c61d2fa750.yaml | 6 +++++ setup.cfg | 4 ++-- test-requirements.txt | 2 +- 4 files changed, 19 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bf16924..3d77201 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.2.0,<3.3.0 # Apache-2.0 +hacking>=7.0.0,<7.1.0 # Apache-2.0