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 importlib.metadata instead of pkg_resources #329

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Conversation

hagenw
Copy link
Member

@hagenw hagenw commented Oct 9, 2023

pkg_resources is deprecated and since Python 3.8 we can use importlib.metadata to get the version of a package.

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #329 (e0b6659) into main (f5e357f) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is 100.0%.

Files Coverage Δ
audb/__init__.py 100.0% <100.0%> (ø)

@hagenw hagenw merged commit ca1a21c into main Oct 9, 2023
9 checks passed
@hagenw hagenw deleted the update-plk-resources branch October 9, 2023 12:53
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