We are pumped to announce the release of: oslo.privsep 3.9.0 This release is part of the gazpacho release series. The source is available from: https://opendev.org/openstack/oslo.privsep Download the package from: https://pypi.org/project/oslo.privsep Please report issues through: https://bugs.launchpad.net/oslo.privsep/+bugs For more details, please see below. 3.9.0 ^^^^^ Upgrade Notes * Support for Python 3.9 has been removed. Now the minimum python version supported is 3.10. Changes in oslo.privsep 3.8.0..3.9.0 ------------------------------------ 010b79e Delay string interpolations at logging calls 5da20df Remove reference to tag framework a9de12b reno: Update master for unmaintained/2024.1 41dedd1 Bump pyupgrade target to 3.10+ cefd59d Migrate bandit options to pyproject.toml 788bd1e pre-commit: Bump dependencies ea91369 Migrate setup configuration to pyproject.toml 86f2624 Drop Python 3.9 support e0e7d35 Update master for stable/2025.2 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 18 ++++------ README.rst | 15 ++++---- oslo_privsep/comm.py | 4 +-- oslo_privsep/daemon.py | 6 ++-- oslo_privsep/priv_context.py | 2 +- pyproject.toml | 42 ++++++++++++++++++++++ .../notes/remove-py39-560232c53ba636c3.yaml | 5 +++ releasenotes/source/2024.1.rst | 2 +- releasenotes/source/2025.2.rst | 6 ++++ releasenotes/source/index.rst | 1 + setup.cfg | 32 ----------------- tox.ini | 5 +-- 13 files changed, 78 insertions(+), 62 deletions(-)