summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2015-10-06 14:24:16 +0100
committerThomas Kluyver <takowl@gmail.com>2015-10-06 14:24:16 +0100
commit768c7ab34d2f56cb591c2357af894af60b33e5bf (patch)
treed448fd42eac1f60f2e33e9066517183fccad0b03
parent9708d08b1b386ac78702ece6588e9403ef454e67 (diff)
downloadpexpect-git-768c7ab34d2f56cb591c2357af894af60b33e5bf.tar.gz
Python 3.3 or 2.7 is required
Closes gh-277
-rw-r--r--doc/install.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/install.rst b/doc/install.rst
index d310871..6f7e36a 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -12,8 +12,7 @@ Or::
Requirements
------------
-This version of Pexpect requires Python 2.6 or 3.2 or above. For older
-versions of Python, continue using Pexpect 2.4.
+This version of Pexpect requires Python 3.3 or above, or Python 2.7.
As of version 4.0, Pexpect can be used on Windows and POSIX systems. However,
:class:`pexpect.spawn` and :func:`pexpect.run` are only available on POSIX,