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 #147

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 #147 (27b943f) into dev (4948154) will not change coverage.
The diff coverage is 100.0%.

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

@hagenw hagenw merged commit 170a4d7 into dev Oct 9, 2023
9 checks passed
@hagenw hagenw deleted the fix-dynamic-version branch October 9, 2023 07:05
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