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

Use built-in importlib.resources on Python 3.9+ #7042

Merged
merged 1 commit into from
Dec 5, 2023

Commits on Dec 5, 2023

  1. Use built-in importlib.resources on Python 3.9+

    Use built-in `importlib.resources` module rather than the external
    `importlib_resources` package on Python 3.9 and newer.  The latter
    is only intended as a backport for old Python versions, and since modern
    Linux distributions may no longer support such old Python versions,
    they also no longer provide importlib_resources (this is the case
    on Gentoo).
    mgorny committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    03ae6d8 View commit details
    Browse the repository at this point in the history