Skip to content

Commit

Permalink
Update docs and README.rst to reflect tested versions of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Aug 6, 2020
1 parent 823b0ba commit 48cae8f
Show file tree
Hide file tree
Showing 2 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 @@ -22,7 +22,7 @@ An extensible package which can be used to:
- serialize an arbitrary data structure to a data structure composed
of strings, mappings, and lists.

It is tested on Python 2.7, 3.5, 3.6, 3.7, and PyPy.
It is tested on Python 2.7, 3.5, 3.6, 3.7, and 3.8, and PyPy and PyPy3.

Please see https://docs.pylonsproject.org/projects/colander/en/latest/
for documentation.
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Colander

Colander is useful as a system for validating and deserializing data obtained
via XML, JSON, an HTML form post or any other equally simple data
serialization. It is tested on Python 2.7, 3.5, and 3.6, and PyPy.
serialization.
It is tested on Python 2.7, 3.5, 3.6, 3.7, and 3.8, and PyPy and PyPy3.
Colander can be used to:

- Define a data schema.
Expand Down

0 comments on commit 48cae8f

Please sign in to comment.