cloudkitty-tempest-plugin 3.2.0 (epoxy)
We are pleased to announce the release of: cloudkitty-tempest-plugin 3.2.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/cloudkitty-tempest-plugin Download the package from: https://tarballs.openstack.org/cloudkitty-tempest-plugin/ Please report issues through: https://storyboard.openstack.org/#!/project/openstack/cloudkitty- tempest-plugin For more details, please see below. 3.2.0 ^^^^^ Upgrade Notes * Python 3.8 support has been dropped. Last release of cloudkitty- tempest-plugin to support python 3.8 is 3.0.0. The minimum version of Python now supported is Python 3.9. Changes in cloudkitty-tempest-plugin 3.1.0..3.2.0 ------------------------------------------------- 3713d78 Remove stable/2023.1 job from master gate e91aec4 Bump hacking to 7.0.x 311aba7 Add stable/2024.2 jobs on master gate d8ec905 Support py3.12 and drop py3.8 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 14 +++++++------- .../notes/drop-python38-support-70bd303e0defb9e1.yaml | 6 ++++++ setup.cfg | 2 +- test-requirements.txt | 11 +---------- 4 files changed, 15 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8de3e38..cc0184a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - -hacking>=1.1.0,<3.0.1 # Apache-2.0 -# remove this pyflakes from here once you bump the -# hacking to 3.2.0 or above. hacking 3.2.0 takes -# care of pyflakes version compatibilty. -pyflakes>=2.1.1 # MIT - +hacking>=7.0.0,<7.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org