Skip to content

Commit df5e617

Browse files
committed
Remove more references to specific Python versions.
1 parent 65c641c commit df5e617

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Welcome to |project| documentation!
44
``importlib_metadata`` is a library which provides an API for accessing an
55
installed package's metadata (see :pep:`566`), such as its entry points or its top-level
66
name. This functionality intends to replace most uses of ``pkg_resources``
7-
`entry point API`_ and `metadata API`_. Along with :mod:`importlib.resources` in
8-
Python 3.7 and newer (backported as :doc:`importlib_resources <importlib_resources:index>` for older
9-
versions of Python), this can eliminate the need to use the older and less
7+
`entry point API`_ and `metadata API`_. Along with :mod:`importlib.resources`
8+
and newer (backported as :doc:`importlib_resources <importlib_resources:index>`),
9+
this package can eliminate the need to use the older and less
1010
efficient ``pkg_resources`` package.
1111

1212
``importlib_metadata`` supplies a backport of

0 commit comments

Comments
 (0)