Skip to content

Replace pkg_resources #203

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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

kafitzgerald
Copy link
Contributor

Replaces the use of now deprecated pkg_resources.

Closes #200

@kafitzgerald kafitzgerald requested review from a team, brian-rose and dcamron and removed request for a team July 29, 2025 16:11
Copy link
Member

@brian-rose brian-rose left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure that I understand everything that's going on here, but it's passing CI and I don't see anything amiss.

@dcamron
Copy link

dcamron commented Aug 4, 2025

importlib.resources.files was added in Python 3.9. I think that's a fine minimum Python to support moving forward, but we need to do more packaging cleanup before a release.

@kafitzgerald
Copy link
Contributor Author

importlib.resources.files was added in Python 3.9. I think that's a fine minimum Python to support moving forward, but we need to do more packaging cleanup before a release.

Ah, right. And it looks like the Python versions on here are quite old at this point.

I'll put this in draft for now since it probably makes more sense to merge after those changes.

@kafitzgerald kafitzgerald marked this pull request as draft August 5, 2025 13:40
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.

Use of deprecated pkg_resources
3 participants