We are happy to announce the release of: oslotest 6.0.0 The source is available from: https://opendev.org/openstack/oslotest Download the package from: https://pypi.org/project/oslotest For more details, please see below. 6.0.0 ^^^^^ Upgrade Notes * Support for Python 3.8 and 3.9 has been removed. Now the minimum Python version supported is 3.10. Changes in oslotest 5.0.1..6.0.0 -------------------------------- b5e4a4c Add ruff b6f74b6 Remove cross-testing functionality 9c1cb8e Bump pyupgrade target to 3.10+ a96e700 pre-commit: Bump dependencies a1461c2 Migrate setup configuration to pyproject.toml 59753b0 Drop Python 3.8, 3.9 support c088bc1 add pyproject.toml to support pip 23.1 Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 21 +-- oslotest/base.py | 34 ++-- oslotest/createfile.py | 5 +- oslotest/log.py | 10 +- oslotest/mock_fixture.py | 30 ++- oslotest/output.py | 10 +- oslotest/tools/config.py | 7 +- pyproject.toml | 54 ++++++ .../notes/remove-py38-py39-24a1ab1e4252ee84.yaml | 5 + setup.cfg | 30 --- setup.py | 3 +- tox.ini | 5 +- 25 files changed, 225 insertions(+), 596 deletions(-)