a31cd0bf58
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 external pytz library by built-in zoneinfo module which was added in Python 3.9 . Change-Id: I611f5f2ec305671c97cffc78d26cc29bd556394d
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 .
|