Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove importlib_resources dependency once Python3.8 support is dropped #1591

Open
sbadithe opened this issue Dec 6, 2022 · 0 comments
Open
Labels
dependencies Pull requests that update a dependency file

Comments

@sbadithe
Copy link
Contributor

sbadithe commented Dec 6, 2022

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: #1584, which in turn resolved #1582.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant