From: Oleg Broytman Date: Tue, 12 Dec 2017 12:14:22 +0000 (+0300) Subject: Docs: Fix: mimedecode requires Python 3.3+ X-Git-Tag: 2.9.0~5 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=82f728d1911265689e1a2bfa2400466daf4518ca Docs: Fix: mimedecode requires Python 3.3+ [skip ci] --- diff --git a/ANNOUNCE b/ANNOUNCE index 198bf47..930eef0 100644 --- 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. diff --git a/INSTALL.txt b/INSTALL.txt index c077e35..7081f30 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,4 @@ -mimedecode requires Python2.7 or 3.4+. +mimedecode requires Python2.7 or 3.3+. Installation script setup.py requires setuptools.