Skip to content

Commit

Permalink
Added py34 and py35 to "tested with" on Readme (#144)
Browse files Browse the repository at this point in the history
Tox file has py34 and py35, and Travis CI confirms latest master is being tested with them and passing the tests.
  • Loading branch information
XayOn authored and skorokithakis committed Aug 21, 2017
1 parent b11ec5c commit ca8a287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Use `pip <http://pip-installer.org>`_ or easy_install::
Alternatively, you can just drop ``schema.py`` file into your project—it is
self-contained.

- **schema** is tested with Python 2.6, 2.7, 3.2, 3.3 and PyPy.
- **schema** is tested with Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5 and PyPy.
- **schema** follows `semantic versioning <http://semver.org>`_.

How ``Schema`` validates data
Expand Down

0 comments on commit ca8a287

Please sign in to comment.