Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

support python 3.12 for the entry points #188

Merged
merged 3 commits into from
Jul 19, 2024
Merged

Conversation

superstar54
Copy link
Member

@superstar54 superstar54 commented Jul 19, 2024

In Python 3.10 or later, the method to select entry points has changed to select(), while for earlier versions, get() is used.

@codecov-commenter
Copy link

codecov-commenter commented Jul 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.77%. Comparing base (5937b88) to head (5ed2b97).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #188      +/-   ##
==========================================
+ Coverage   75.75%   75.77%   +0.02%     
==========================================
  Files          70       70              
  Lines        4615     4620       +5     
==========================================
+ Hits         3496     3501       +5     
  Misses       1119     1119              
Flag Coverage Δ
python-3.11 75.67% <83.33%> (+<0.01%) ⬆️
python-3.9 75.74% <83.33%> (+<0.01%) ⬆️

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.

@superstar54 superstar54 merged commit 50728f6 into main Jul 19, 2024
6 of 8 checks passed
@superstar54 superstar54 deleted the fix/183/python3.12 branch July 19, 2024 14:04
@agoscinski agoscinski mentioned this pull request Jul 30, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants