
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
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 .
|