------------------
- drop end of life python versions
- Don't match garbage characters at the end of parsed strings 16 (Gabriel de Perthuis)
Potentially breaking changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fractional seconds are cut off to microseconds (always round down)
- Allow control over return type of parse_duration 64 (Felix Claessen)
- Python >= 3.7 required