Replace pytz with stdlib zoneinfo/timezone, Bump python to 3.10

* Timezone support comes with the standard lib since 3.9
 * Bump to 3.10 because typing.TypeGuard
This commit is contained in:
Dominique Lasserre
2024-10-07 22:38:14 +02:00
committed by Andreas
parent 54347ee240
commit 73e537dabb
4 changed files with 13 additions and 25 deletions

1
NOTICE
View File

@@ -20,7 +20,6 @@ The following is a list of licensors and other acknowledgements for third-party
- Flask, licensed under the BSD License, see https://flask.palletsprojects.com/
- NumPy, licensed under the BSD License, see https://numpy.org/
- Requests, licensed under the Apache License 2.0, see https://requests.readthedocs.io/
- pytz, licensed under the MIT License, see https://pythonhosted.org/pytz/
- matplotlib, licensed under the matplotlib License (a variant of the Python Software Foundation License), see https://matplotlib.org/
- DEAP, licensed under the GNU Lesser General Public License v3.0, see https://deap.readthedocs.io/
- SciPy, licensed under the BSD License, see https://scipy.org/