taskflow 5.10.0 (epoxy)
We are jazzed to announce the release of: taskflow 5.10.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/taskflow Download the package from: https://pypi.org/project/taskflow Please report issues through: https://bugs.launchpad.net/taskflow/+bugs For more details, please see below. 5.10.0 ^^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in taskflow 5.9.1..5.10.0 --------------------------------- 43c1da46 Add note about requirements lower bounds 15a73abe Remove Python 3.8 support 33aea8c9 Declare Python 3.12 support dbf8be4e Remove unused usage of pkg_resources f0a42eb3 Drop SQLALCHEMY_WARN_20 214f1dba Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- releasenotes/notes/remove-py38-15af791146f479e1.yaml | 5 +++++ releasenotes/source/2024.2.rst | 6 ++++++ releasenotes/source/index.rst | 1 + requirements.txt | 4 ++++ setup.cfg | 4 ++-- taskflow/version.py | 11 +++-------- tox.ini | 4 ---- 7 files changed, 21 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3943b9c4..784bc45c 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. +
participants (1)
-
no-reply@openstack.org