Hi,
importlib.abc.TraversableResources has been moved under importlib.resources (https://docs.python.org/3.13/library/importlib.html#importlib.abc.TraversableResources), so the module cannot be imported in Python 3.14. (As a temporary measure, monkey-patching importlib.abc before importing zimport does work.)