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

Port to importlib.resources #114

Merged
merged 4 commits into from
Aug 18, 2023
Merged

Port to importlib.resources #114

merged 4 commits into from
Aug 18, 2023

Commits on Aug 11, 2023

  1. Port from pkg_resources to importlib.resources

    (Closes: #113)
    stefanor committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6be63b7 View commit details
    Browse the repository at this point in the history
  2. Drop Python 2.7 testing

    stefanor committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fc86be2 View commit details
    Browse the repository at this point in the history
  3. Sometimes we get Path() objects that don't have .stem

    Not quite sure why, but it shows up in GitHub actions where we run from
    an egg.
    stefanor committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b825fb5 View commit details
    Browse the repository at this point in the history
  4. Declare ourselves to be Python 3.x-only

    importlib.resources was added in 3.7, so set that as the minimum Python
    3 version.
    stefanor committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d90b5b9 View commit details
    Browse the repository at this point in the history