Remove importlib_resources
dependency once Python3.8 support is dropped
#1591
Labels
dependencies
Pull requests that update a dependency file
The reason we have the
importlib_resources
dependency is because theimportlib.resources.files
API is only supported for 3.9+ and so we need a backport. Once we drop support for 3.8, we can remove this dependency, as we will be able to useimportlib
directly.This issue was created as part of this PR: #1584, which in turn resolved #1582.
The text was updated successfully, but these errors were encountered: