From 82f728d1911265689e1a2bfa2400466daf4518ca Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 12 Dec 2017 15:14:22 +0300 Subject: [PATCH] Docs: Fix: mimedecode requires Python 3.3+ [skip ci] --- ANNOUNCE | 2 +- INSTALL.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2