
Python 3.8 is no longer part of tested runtimes since 2024.2 . Removing support for Python 3.8 allows us to replace deprecated md5 wrapper from oslo.utils [1] by direct call of hashlib.md5. [1] https://review.opendev.org/c/openstack/oslo.utils/+/930879 Also add python 3.12 to classifiers because now py312 unit test job is voting. Change-Id: I53da305538e27f2ff20a1ecb25960ebb03388011
6 lines
118 B
YAML
6 lines
118 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Support for Python 3.8 has been removed. Now the minimum python version
|
|
supported is 3.9 .
|