summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2018-01-26 19:03:33 +0100
committerAlessio Sergi <al3hex@gmail.com>2018-01-26 19:03:33 +0100
commit4e606f46503e3bfb1c1f5b8ddc0f043e8fa8db06 (patch)
treea4ffbb80768a69f442159d11538421cbac3fbe2f /README.rst
parent524babd3d7cb574409baaedc41098be592fa5122 (diff)
Drop support for EOL Python 3.3
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index eaedb18f..e7cfd20f 100644
--- a/README.rst
+++ b/README.rst
@@ -51,7 +51,7 @@ add new plugins or exports modules.
Requirements
============
-- ``python 2.7,>=3.3``
+- ``python 2.7,>=3.4``
- ``psutil>=2.0.0`` (better with latest version)
Optional dependencies:
@@ -84,12 +84,12 @@ Optional dependencies:
*Note for Python 2.6 users*
Glances no longer supports Python 2.6. Please upgrade
-to a minimum Python version of 2.7/3.3+ or downgrade to Glances 2.6.2 (last version
+to a minimum Python version of 2.7/3.4+ or downgrade to Glances 2.6.2 (last version
with Python 2.6 support).
*Note for CentOS Linux 6 and 7 users*
-Python 2.7, 3.3 and 3.4 are now available via SCL repositories. See:
+Python 2.7 and 3.4 are now available via SCL repositories. See:
https://lists.centos.org/pipermail/centos-announce/2015-December/021555.html.
Installation