]> git.phdru.name Git - mimedecode.git/commitdiff
Docs: Fix: mimedecode requires Python 3.3+
authorOleg Broytman <phd@phdru.name>
Tue, 12 Dec 2017 12:14:22 +0000 (15:14 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 12 Dec 2017 12:15:07 +0000 (15:15 +0300)
[skip ci]

ANNOUNCE
INSTALL.txt

index 198bf470bb264153c9ca1bcb59b7a8aa2c21b584..930eef01d40ffb495446b6e892ae87559d659db7 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -49,7 +49,7 @@ WHERE TO GET
     git clone http://git.phdru.name/mimedecode.git
     git clone  git://git.phdru.name/mimedecode.git
 
-   Requires: Python 2.7 or Python 3.4+, m_lib.defenc 1.0+.
+   Requires: Python 2.7 or Python 3.3+, m_lib.defenc 1.0+.
    Tests require: tox, m_lib 3.1+.
 
    Recommends: configured mailcap database.
index c077e350d0cf1ab13de80373705fc91d4eb33fa6..7081f3077d8f91c2027de695cf6f4fea58f7c58e 100644 (file)
@@ -1,4 +1,4 @@
-mimedecode requires Python2.7 or 3.4+.
+mimedecode requires Python2.7 or 3.3+.
 
 Installation script setup.py requires setuptools.