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

Use standard library importlib.resources #3190

Closed
wants to merge 3 commits into from

Conversation

yifanmai
Copy link
Collaborator

@yifanmai yifanmai commented Dec 3, 2024

We previously used importlib-resources as a backport of the standard library importlib.resources to earlier versions of Python. We now use >=Python 3.9, so we can replace all uses with the standard library importlib.resources instead.

@yifanmai
Copy link
Collaborator Author

yifanmai commented Dec 3, 2024

No idea why this doesn't work, and I can't reproduce the test failures locally (possibly due to Python 3.9 vs Python 3.10) so I'm shelving this for now.

@yifanmai yifanmai closed this Dec 3, 2024
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.

1 participant