You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use new importlib.metadata.entry_points interface where available. (#6516)
With Python 3.10, the entry_points() method returning a SelectableGroups
dict interface was deprecated. The preferred way is to now filter by
group through a keyword argument.
Fixes GH6514.
0 commit comments