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
Flip conditionals around package finders in pkg_resources (#3685)
- In Python 3.3+ importlib.machinery.FileFinder is always present,
therefore we no longer need to keep the conditional
- In Python 3.12+ pkgutil.ImpImporter is removed, so we need a conditional
to avoid using it directly.
0 commit comments