manila/releasenotes/notes/remove-py38-5c619aee267bc1f3.yaml
Takashi Kajinami b561053779 Remove Python 3.8 support
Python 3.8 is no longer part of the tested runtimes for 2024.2[1]
because its EOL is coming soon.

[1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html

This allows us to replace md5 method from oslo.utils, which is being
deprecated now[2].

[2] https://review.opendev.org/c/openstack/oslo.utils/+/930879

Change-Id: I09ba9e8762e3fdbf4af63f270cb1f96b989fdf1a
2024-10-01 13:52:13 +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 .