We are amped to announce the release of: heat-tempest-plugin 2.5.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/heat-tempest-plugin Download the package from: https://tarballs.openstack.org/heat-tempest-plugin/ Please report issues through: https://bugs.launchpad.net/heat/+bugs For more details, please see below. 2.5.0 ^^^^^ Upgrade Notes * Python 3.8 support has been dropped. Last release of heat-tempest- plugin to support python 3.8 is 2.3.0. The minimum version of Python now supported is Python 3.9. Changes in heat-tempest-plugin 2.4.0..2.5.0 ------------------------------------------- d2db170 Add stable/2025.1 job 363bba5 Remove stable/2023.1 job from master gate 2eaf375 Add note about requirements lower bounds 8049eaa Support py3.12 and drop py3.8 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 14 +++++++------- .../notes/drop-python38-support-3badae384bc683fc.yaml | 6 ++++++ requirements.txt | 4 ++++ setup.cfg | 3 +-- 4 files changed, 18 insertions(+), 9 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d9e5e0c..d3e2e28 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. +