From 768c7ab34d2f56cb591c2357af894af60b33e5bf Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Tue, 6 Oct 2015 14:24:16 +0100 Subject: Python 3.3 or 2.7 is required Closes gh-277 --- doc/install.rst | 3 +-- 1 file changed, 1 insertion(+), 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, -- cgit v1.2.1