GothenburgBitFactory / tasklib

A Python library for interacting with taskwarrior databases.
http://tasklib.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
147 stars 28 forks source link

Convert to zoneinfo module #109

Closed jspricke closed 2 years ago

jspricke commented 2 years ago

Changes look good to me. We should still ensure the requirements are set correctly in setup.py though, in particular, older versions of Python either need a check like implemented for importlib or PEP508 compatible environment marker for backports.zoneinfo: backports.zoneinfo;python_version<"3.9"

Added.