Skip to content

Commit

Permalink
Docs: Mention Python 3.7 as officially supported
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed May 14, 2019
1 parent 0d8054a commit 41c6680
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ TinyDB is:
e.g. `PyMongo <http://api.mongodb.org/python/current/>`_) nor any dependencies
from PyPI.

- **works on Python 2.7 and 3.3 – 3.6 and PyPy:** TinyDB works on all modern
- **works on Python 2.7 and 3.3 – 3.7 and PyPy:** TinyDB works on all modern
versions of Python and PyPy.

- **powerfully extensible:** You can easily extend TinyDB by writing new
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Why Use TinyDB?
e.g. `PyMongo <https://api.mongodb.org/python/current/>`_) nor any dependencies
from PyPI.

- **works on Python 2.6 + 2.7 and 3.3 – 3.6 and PyPy:** TinyDB works on all
- **works on Python 2.6 + 2.7 and 3.3 – 3.7 and PyPy:** TinyDB works on all
modern versions of Python and PyPy.

- **powerfully extensible:** You can easily extend TinyDB by writing new
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def read(fname):
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Operating System :: OS Independent"
Expand Down

0 comments on commit 41c6680

Please sign in to comment.