summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2022-04-15 14:08:58 +0200
committerGitHub <noreply@github.com>2022-04-15 14:08:58 +0200
commit0f996734bdbd413f7dd8ce88d0c12227045609d1 (patch)
treef45f9b862a99de444ae1881de2003adc290a1c12 /docs
parentc45af430d3bfb6cbeed9b72c4865bc497fd006f1 (diff)
downloadpsutil-0f996734bdbd413f7dd8ce88d0c12227045609d1.tar.gz
Drop Python 2.6 support (#2039)
Signed-off-by: mayeut <mayeut@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 82872a2b..7cf673ef 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -38,7 +38,7 @@ psutil currently supports the following platforms:
- **Sun Solaris**
- **AIX**
-Supported Python versions are **2.6**, **2.7** and **3.4+**.
+Supported Python versions are **2.7** and **3.4+**.
`PyPy <http://pypy.org/>`__ is also known to work.
The psutil documentation you're reading is distributed as a single HTML page.
@@ -2609,7 +2609,7 @@ Platforms support history
* psutil 0.1.1 (2009-03): **FreeBSD**
* psutil 0.1.0 (2009-01): **Linux, Windows, macOS**
-Supported Python versions are 2.6, 2.7, 3.4+ and PyPy3.
+Supported Python versions are 2.7, 3.4+ and PyPy3.
Timeline
========