pycadf/releasenotes/notes/remove-py38-0cb8ed123d41888b.yaml
Takashi Kajinami a31cd0bf58 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 external pytz library by built-in zoneinfo
module which was added in Python 3.9 .

Change-Id: I611f5f2ec305671c97cffc78d26cc29bd556394d
2024-10-01 11:51:16 +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 .