horizon/releasenotes/notes/remove-py38-6914ddb9fdf4cacd.yaml
Takashi Kajinami 85316931bd Replace pytz by built-in library
Python >= 3.9 provides the zoneinfo module to manipulate timezones.
Replace pytz by the built-in library to reduce external dependency.

Change-Id: I22707f966b692c056cedecaa83bf2cb0a29c09aa
2024-06-12 14:21:34 +09:00

6 lines
113 B
YAML

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