Merge pull request #228 from tisdall/update_docs

update list of supported python versions
This commit is contained in:
Steve Piercy
2015-06-04 13:21:30 -07:00

View File

@@ -6,7 +6,8 @@ Colander
Colander is useful as a system for validating and deserializing data obtained 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 via XML, JSON, an HTML form post or any other equally simple data
serialization. It runs on Python 2.6, 2.7 and 3.2. Colander can be used to: serialization. It runs on Python 2.6, 2.7, 3.2, 3.3, 3.4, pypy and pypy3.
Colander can be used to:
- Define a data schema. - Define a data schema.