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

Only use external importlib_metadata package when python < 3.8 #751

Closed
wants to merge 1 commit into from
Closed

Only use external importlib_metadata package when python < 3.8 #751

wants to merge 1 commit into from

Commits on Apr 13, 2021

  1. Only use external importlib_metadata package when python < 3.8

    importlib_metadata has been integrated into the Python standard library
    in 3.8 and is thus unnecessary for any newer versions.
    Let's only use the external importlib_metadata package when actually
    running on a Python version that doesn't include it already
    
    This is mostly useful for distributions where there is no need to
    package importlib_metadata anymore, and it's future proofing for when
    the external package stops being developed anymore
    PureTryOut committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    cf5ced9 View commit details
    Browse the repository at this point in the history