Skip to content

Commit 9642f4d

Browse files
committed
Avoid trying to specify which Python versions are supported in the README. It only leads to confusion, as the project supports Python 2.7 and 3.4+ but particular releases are more constrained.
1 parent cc8b765 commit 9642f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
``importlib_resources`` is a backport of Python standard library
22
`importlib.resources
3-
<https://docs.python.org/3.9/library/importlib.html#module-importlib.resources>`_
4-
module for Python 2.7, and 3.6 through 3.8. Users of Python 3.9 and beyond
3+
<https://docs.python.org/3/library/importlib.html#module-importlib.resources>`_
4+
module for older Pythons. Users of Python 3.9 and beyond
55
should use the standard library module, since for these versions,
66
``importlib_resources`` just delegates to that module.
77

0 commit comments

Comments
 (0)