From 09c29e894e989639a44a00009dae3b8bfc738a84 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 30 Nov 2012 08:17:50 +1300 Subject: Fix READMEs: we don't support Python 2.6 Fixes #70 --- README.mkd | 2 +- README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mkd b/README.mkd index ac1763a8..a7518d89 100644 --- a/README.mkd +++ b/README.mkd @@ -48,7 +48,7 @@ We also have a mailing list, hosted here: Requirements ------------ -* [Python](http://www.python.org) 2.6.x or 2.7.x. +* [Python](http://www.python.org) 2.7.x. * [PyOpenSSL](http://pypi.python.org/pypi/pyOpenSSL) 0.13 or newer. * [pyasn1](http://pypi.python.org/pypi/pyasn1) 0.1.2 or newer. * [urwid](http://excess.org/urwid/) version 0.9.8 or newer. diff --git a/README.txt b/README.txt index 5bcfca82..ff26da46 100644 --- a/README.txt +++ b/README.txt @@ -47,7 +47,7 @@ http://groups.google.com/group/mitmproxy Requirements ------------ -* Python_ 2.6.x or 2.7.x. +* Python_ 2.7.x. * PyOpenSSL_ 0.13 or newer. * pyasn1_ 0.1.2 or newer. * urwid_ version 0.9.8 or newer. -- cgit v1.2.3