2c8668c4e5
We removed compatibility with Python 3.8 once but it was added back to
tested runtimes for 2023.2. Thus we have to make sure the code works
with Python 3.8, which was broken by [1].
Note that ptyz is added back to requirmenets.txt and is now required
regardless of the python version. This is a short term solution until
we figure out the way to fix the requirement-check job (or we again
remove python 3.8 support).
[1] 7d9fda625f
Change-Id: Ica344021a4e922bcfd20d20cffcce585a5742c8f
6 lines
109 B
YAML
6 lines
109 B
YAML
---
|
|
other:
|
|
- |
|
|
Implement zoneinfo to allow us to remove pytz's dependency for Python 3.9
|
|
and 3.10.
|