nova/releasenotes/notes/remove-py38-5c619aee267bc1f3.yaml
Takashi Kajinami 91596bef6b Remove Python 3.8 support
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
2024-10-02 02:32:49 +09:00

6 lines
118 B
YAML

---
upgrade:
- |
Support for Python 3.8 has been removed. Now the minimum python version
supported is 3.9 .