summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2014-05-11 16:50:11 +0200
committerAlessio Sergi <al3hex@gmail.com>2014-05-11 16:50:11 +0200
commitf97f10058a462495e7bfb93e5eb5240fb1234fff (patch)
tree1898c0421aaa8605b208db762f8512be3bc0c8a9 /README.rst
parent2d0d5d608694942ea16ac34e05ae154ccb75365a (diff)
Python 3.4
Python 3.4 is now supported. Add Python 3.4 to .travis.yml.
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 e1143c9c..5f086cde 100644
--- a/README.rst
+++ b/README.rst
@@ -27,7 +27,7 @@ It uses the `psutil`_ library to get information from your system.
Requirements
============
-- ``python >= 2.6`` (tested with version 2.6, 2.7, 3.2, 3.3)
+- ``python >= 2.6`` (tested with version 2.6, 2.7, 3.2, 3.3, 3.4)
- ``psutil >= 0.5.1`` (recommended version >= 2.0)
- ``setuptools``