From 952621c5b5c1ccc739ec95e250e7db23191602e9 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Mon, 9 Dec 2019 17:42:56 -0500 Subject: [PATCH] Fixed python3 tested versions in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ee36a8..55eae2a 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Similarly, extras_requires feature 'asyncio' will add the extra dependencies needed for asyncio. - Python 2.x >= 2.7, or Python 3.x >= 3.5. Recent versions have not been - tested on python < 2.7 or python3 < 3.5, but may still work on python2.6 - and python 3.1 - 3.4. + 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 and installed to satisfy the DNS module requirement if neither are installed. - argparse. Standard library in python2.7 and later.