File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,18 @@ v3.9.0
2323 ``warnings.filterwarnings('ignore', 'SelectableGroups dict interface') ``.
2424
2525 Preferably, switch to the ``select `` interface introduced
26- in 3.7.0.
26+ in 3.7.0. See the
27+ `entry points documentation <https://importlib-metadata.readthedocs.io/en/latest/using.html#entry-points >`_ and changelog for the 3.6
28+ release below for more detail.
29+
30+ For some use-cases, especially those that rely on
31+ ``importlib.metadata `` in Python 3.8 and 3.9 or
32+ those relying on older ``importlib_metadata `` (especially
33+ on Python 3.5 and earlier),
34+ `backports.entry_points_selectable <https://pypi.org/project/backports.entry_points_selectable >`_
35+ was created to ease the transition. Please have a look
36+ at that project if simply relying on importlib_metadata 3.6+
37+ is not straightforward. Background in #298.
2738
2839* #283: Entry point parsing no longer relies on ConfigParser
2940 and instead uses a custom, one-pass parser to load the
You can’t perform that action at this time.
0 commit comments