babelfish
babelfish copied to clipboard
Replace pkg_resources with importlib
pkg_resources is deprecated in favor of importlib.{resources,metadata}
Closes Diaoul#46 See-also: https://setuptools.pypa.io/en/latest/pkg_resources.html See-also: https://docs.python.org/3/library/importlib.resources.html See-also: https://docs.python.org/3/library/importlib.metadata.html Signed-off-by: Mubashshir [email protected]
Thanks for the PR and the library 👏 . Any chance to get the PR fixed @ahmubashshir and merged @Diaoul 🙏 ?
Any chance to get the PR fixed Any issue that you noticed? please add info.
The test failures are caused by setup-poetry action.
@Diaoul Any chance you might look at this one? To not break under Python 3.13.
New version is released :rocket:
Thanks!