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

Bug 1894635 - Python: Use importlib.metadata instead of deprecated pkg_resources #2820

Merged
merged 1 commit into from
May 2, 2024

Conversation

badboy
Copy link
Member

@badboy badboy commented May 2, 2024

importlib.metadata is available since Python 3.8, the minimum Python we support.

importlib.metadata is available since Python 3.8, the minimum Python we support.
@badboy badboy requested a review from a team as a code owner May 2, 2024 09:48
@badboy badboy requested review from travis79 and removed request for a team May 2, 2024 09:48
@badboy badboy changed the title Python: Use importlib.metadata instead of deprecated pkg_resources Bug 1894635 - Python: Use importlib.metadata instead of deprecated pkg_resources May 2, 2024
@badboy
Copy link
Member Author

badboy commented May 2, 2024

Doing the same for glean_parser: mozilla/glean_parser#699

@badboy badboy enabled auto-merge (rebase) May 2, 2024 09:54
@badboy badboy merged commit b384d2c into main May 2, 2024
29 of 30 checks passed
@badboy badboy deleted the remove-deprecated branch May 2, 2024 12:44
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

2 participants