From ccb067c32b72a9608facbab187069b4eeba6ebc9 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Thu, 2 Mar 2017 17:10:43 -0500 Subject: [PATCH] Update README to indicate python3.4 works now (since that was fixed by the previous two commits) --- README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README b/README index 79686d2..4241052 100644 --- a/README +++ b/README @@ -15,10 +15,9 @@ This is dkimpy 0.6.1. REQUIREMENTS - - Python 2.x >= 2.7, or Python 3.x >= 3.5. For use with DKIM, earlier - python3 versions will work. ARC tests fail with python3.4. Recent - versions have not been tested on python < 2.7 or python3 < 3.4, but may - still work on python2.6 and python 3.1 - 3.3. + - Python 2.x >= 2.7, or Python 3.x >= 3.4. Recent versions have not been + tested on python < 2.7 or python3 < 3.4, but may still work on python2.6 + and python 3.1 - 3.3. - dnspython or pydns. dnspython is preferred if both are present. INSTALLATION