From: Ben Finney Date: Sat, 5 Mar 2016 05:13:17 +0000 (+1100) Subject: Update the documented minimum Python requirements. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ea053a518bba3795c007546226337166973fd47d;p=redacted-XKCD-password-generator.git Update the documented minimum Python requirements. --- diff --git a/README.rst b/README.rst index 61f3ca8..de74594 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Contributions welcome and gratefully appreciated! Requirements ============ -Python 2.4+ (Python 3.x compatible) +Python 2 (version 2.7 or later), or Python 3 (version 3.2 or later).