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

Fix compatibility with Python < 3.10 importlib.metadata #585

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Sep 25, 2023

It appears that the Distribution.name property was introduced in Python 3.10.

It would have been nice if CI would have caught this before I tagged the release.

Fixes #562

It appears that the Distribution.name property was introduced in Python
3.10.

Fixes: 5f9f5ff
@cottsay cottsay added the bug Something isn't working label Sep 25, 2023
@cottsay cottsay added this to the 0.13.1 milestone Sep 25, 2023
@cottsay cottsay self-assigned this Sep 25, 2023
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Patch coverage: 66.66% and no project coverage change.

Comparison is base (b544529) 83.32% compared to head (e7995cb) 83.32%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #585   +/-   ##
=======================================
  Coverage   83.32%   83.32%           
=======================================
  Files          65       65           
  Lines        3759     3760    +1     
  Branches      725      725           
=======================================
+ Hits         3132     3133    +1     
  Misses        551      551           
  Partials       76       76           
Files Changed Coverage Δ
colcon_core/extension_point.py 90.41% <66.66%> (+0.13%) ⬆️

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

@cottsay cottsay merged commit a9de909 into master Sep 25, 2023
35 checks passed
@delete-merged-branch delete-merged-branch bot deleted the cottsay/py38_importlib branch September 25, 2023 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants