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

Enhancement: use importlib_metadata as a dependency across all Python versions #261

Closed

Conversation

CM000n
Copy link
Collaborator

@CM000n CM000n commented Dec 23, 2023

Since we no longer support Python < 3.8 ourselves, but importlib.metadata itself is removed from the Python stdlib with Python >= 3.10, a consistent suggestion here would be to use importlib_metadata as a dependency across all Python versions.

@CM000n CM000n self-assigned this Dec 23, 2023
Copy link

codecov bot commented Dec 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2db3e9a) 75.23% compared to head (51b7867) 75.33%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #261      +/-   ##
==========================================
+ Coverage   75.23%   75.33%   +0.09%     
==========================================
  Files          27       27              
  Lines        1280     1277       -3     
==========================================
- Hits          963      962       -1     
+ Misses        317      315       -2     
Flag Coverage Δ
unittests 75.33% <100.00%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CM000n CM000n changed the title Enhancement: remove importlib_metadata Enhancement: remove importlib-metadata dependency Dec 23, 2023
@CM000n CM000n changed the title Enhancement: remove importlib-metadata dependency Enhancement: use importlib_metadata as a dependency across all Python versions Dec 23, 2023
@CM000n CM000n closed this Dec 29, 2023
@CM000n CM000n deleted the enhancement/remove_importlib_metadata_dependency branch December 29, 2023 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant