diff --git a/README.rst b/README.rst index 479fe3f..65d077d 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ See docs/changes.rst for a full list of changes in each version. Main Features ------------- -* written for Python 3.6, but also works in 2.7 +* tested on Python versions 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, pypy, and pypy3 * simple but flexible API @@ -70,7 +70,7 @@ Main Features Installing ---------- -Requires Python 3.6 or 2.7. +Requires Python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, pypy, or pypy3. :: diff --git a/docs/installing.rst b/docs/installing.rst index f07a377..3d61c8a 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -4,8 +4,9 @@ Installing dbfread Requirements ------------ -Requires Python 3.6 or 2.7. ``dbfread`` is a pure Python module, so -doesn't depend on any packages outside the standard library. +Requires Python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, pypy, or pypy3. ``dbfread`` +is a pure Python module, so it doesn't depend on any packages outside the +standard library. Installing