doc(overview): Mention 3.5 and Jython support

This commit is contained in:
Kurt Griffiths
2016-03-25 16:02:57 -05:00
parent 15a7735134
commit 05d66ed9fa

View File

@@ -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
------------