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

move to importlib #170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nkrabben
Copy link
Contributor

@nkrabben nkrabben commented Aug 4, 2023

small change to move away from the deprecated pkg_resources

importlib.metadata is not supported in 3.7, which is still supported by bagit-python.

The library also doesn't have an exception class but it can return None.

@acdha
Copy link
Member

acdha commented Aug 8, 2023

Python 3.7's end of life was in June so maybe the answer here is to mark that as no longer supported?

@branchvincent
Copy link

This would be great to merge/release as Python 3.12 no longer comes bundled with setuptools (and thus pkg_resources): python/cpython#95299

@sevein
Copy link

sevein commented Apr 19, 2024

@nkrabben, I believe the issue has been resolved in #172. Can we close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants