DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14
jose-reveni opened this issue · 1 comments
jose-reveni commented
DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead
carltongibson commented
Hey @jose-reveni — thanks for the report! Fancy making a PR with that change?