- [ADDED] Added official support for Python 3.11 and 3.12.
- [ADDED] Added dependency on
types-python-dateutil
to improve Arrow mypy compatibility. PR #1102 - [FIX] Updates to Italian, Romansh, Hungarian, Finish and Arabic locales.
- [FIX] Handling parsing of UTC prefix in timezone strings.
- [CHANGED] Update documentation to improve readability.
- [CHANGED] Dropped support for Python 3.6 and 3.7, which are end-of-life.
- [INTERNAL] Migrate from
setup.py
/Twine topyproject.toml
/Flit for packaging and distribution. - [INTERNAL] Adopt
.readthedocs.yaml
configuration file for continued ReadTheDocs support.