Update README to indicate python3.4 works now (since that was fixed by the previous two commits)

This commit is contained in:
Scott Kitterman
2017-03-02 17:10:43 -05:00
parent 4079b79abc
commit ccb067c32b
+3 -4
View File
@@ -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