]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
setup.py now requires python 3.4 or greater.
authorBob Halley <halley@dnspython.org>
Sun, 9 Dec 2018 19:25:39 +0000 (11:25 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 9 Dec 2018 19:25:39 +0000 (11:25 -0800)
setup.py

index 5b855e18f355cbcec9830ec79ff7fcc07ba911ee..d75614d09bf48638566aa1b4c82be37819cd2e74 100755 (executable)
--- 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': {