From: Bob Halley Date: Sun, 9 Dec 2018 19:25:39 +0000 (-0800) Subject: setup.py now requires python 3.4 or greater. X-Git-Tag: v2.0.0rc1~393 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a975bc26728996313425ad4ba8b1281849153c;p=thirdparty%2Fdnspython.git setup.py now requires python 3.4 or greater. --- diff --git a/setup.py b/setup.py index 5b855e18..d75614d0 100755 --- a/setup.py +++ b/setup.py @@ -62,15 +62,13 @@ direct manipulation of DNS zones, messages, names, and records.""", "Programming Language :: Python", "Topic :: Internet :: Name Service (DNS)", "Topic :: Software Development :: Libraries :: Python Modules", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", ], - 'python_requires': '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', + 'python_requires': '>=3.4', 'test_suite': 'tests', 'provides': ['dns'], 'extras_require': {