glance/releasenotes/notes/remove-py38-0d208cda61f2e0a7.yaml
Takashi Kajinami 0e7ce177a5 Remove python 3.8 support
Python 3.8 is no longer be 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

Change-Id: Ibe2a4edf8cd6943932a46a8edbcf9587461dbb79
2024-10-02 11:55:04 +00:00

6 lines
118 B
YAML

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