summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2015-11-18 13:05:35 +0100
committerAlessio Sergi <al3hex@gmail.com>2015-11-18 13:05:35 +0100
commiteb9acaaf9da44a7df465da5f161176419f627688 (patch)
tree458801cff1b63ae63fdc5ac6ed13a7a91f0162be /README.rst
parentc6c32513dc137264a5fadaeff7aceeb8d396a3b4 (diff)
Add Python 3.5 support
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index b04e2a23..1967c020 100644
--- a/README.rst
+++ b/README.rst
@@ -28,7 +28,7 @@ written in Python.
Requirements
============
-- ``python >= 2.6`` or ``>= 3.3`` (tested with version 2.6, 2.7, 3.3, 3.4)
+- ``python >= 2.6`` or ``>= 3.3`` (tested with version 2.6, 2.7, 3.3, 3.4, 3.5)
- ``psutil >= 2.0.0``
- ``setuptools``