We are satisfied to announce the release of: pycadf 4.0.1 The source is available from: https://opendev.org/openstack/pycadf Download the package from: https://pypi.org/project/pycadf For more details, please see below. 4.0.1 ^^^^^ Upgrade Notes * Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 . Changes in pycadf 4.0.0..4.0.1 ------------------------------ 4907379 Add missing maps into setup.cfg dfa2545 Remove audit map for retired ceilometer-api and panko a31cd0b Remove Python 3.8 support dd37e3e Remove unused debtcollector Diffstat (except docs and test files) ------------------------------------- etc/pycadf/ceilometer_api_audit_map.conf | 15 --------------- etc/pycadf/panko_api_audit_map.conf | 15 --------------- pycadf/timestamp.py | 9 ++++----- releasenotes/notes/remove-py38-0cb8ed123d41888b.yaml | 5 +++++ requirements.txt | 2 -- setup.cfg | 7 ++++--- 6 files changed, 13 insertions(+), 40 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 383f804..67a8377 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +5,0 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -pytz>=2013.6 # MIT -debtcollector>=1.2.0 # Apache-2.0