diff --git a/doc/index.rst b/doc/index.rst index 87d7cc3..0939003 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -63,7 +63,8 @@ Falcon tries to do as little as possible while remaining highly effective. - Minimal attack surface for writing secure APIs - 100% code coverage with a comprehensive test suite - Only depends on six and mimeparse -- Python 2.6, 2.7, 3.3, 3.4 + PyPy +- Supports Python 2.6, 2.7, 3.3, 3.4 and 3.5 +- Compatible with PyPy and Jython Useful Links ------------