Skip to content

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

Open
@sbadithe

Description

@sbadithe

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions