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

deps: forget about python_version specifier for importlib_metadata #2268

Merged
merged 1 commit into from
Mar 17, 2022

Commits on Mar 13, 2022

  1. deps: forget about python_version specifier for importlib_metadata

    My clean install of Python 3.10 on Ubuntu 20.04 (via deadsnakes/ppa)
    came with an old version of `importlib_metadata` that tripped up the
    fallback logic I so carefully included.
    
    Rather than contort the import logic, let's just use the backport until
    Sopel no longer supports Python versions where stdlib can't replace it.
    dgw committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    48cabf5 View commit details
    Browse the repository at this point in the history