woodwork icon indicating copy to clipboard operation
woodwork copied to clipboard

Remove `importlib_resources` dependency once Python3.8 support is dropped

Open sbadithe opened this issue 2 years ago • 0 comments

The reason we have the importlib_resources dependency is because the importlib.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 use importlib directly.

This issue was created as part of this PR: https://github.com/alteryx/woodwork/pull/1584, which in turn resolved https://github.com/alteryx/woodwork/issues/1582.

sbadithe avatar Dec 06 '22 19:12 sbadithe