Version 1.3.4 changed the import of `importlib_metadata` to `importlib.metadata`, which in turn updated the Python version requirement. It should either include a fallback to `importlib_metadata`, or install the compatibility package `importlib-metadata`.