Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

::

Expand Down
5 changes: 3 additions & 2 deletions docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down