61c460f3f2
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 pytz 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] a326ec5eea
Change-Id: I3b222bb59260dff7a06a5ed48720df3dc8c74ea7
6 lines
108 B
YAML
6 lines
108 B
YAML
---
|
|
other:
|
|
- |
|
|
Implement zoneinfo to allow us to remove pytz's dependency for Python 3.9
|
|
and 3.10
|