audeering / audobject

Generic Python interface for serializing objects to YAML
https://audeering.github.io/audobject/
Other
1 stars 0 forks source link

Remove importlib_metadata backport #82

Closed hagenw closed 1 year ago

hagenw commented 1 year ago

As we no longer support Python 3.7, we can remove importlib_metadata from the requirements and instead use importlib.metadata from the standard library.

hagenw commented 1 year ago

It still only works from Python 3.10 onward, so we close here