summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2018-12-09 11:25:39 -0800
committerBob Halley <halley@dnspython.org>2018-12-09 11:25:39 -0800
commita0a975bc26728996313425ad4ba8b1281849153c (patch)
tree7aaa9ca9c829c734e5dde65792e3a945b86a0d1f /setup.py
parentaaea52ba05971b7b61948b8178f9b06a43c8b79c (diff)
downloaddnspython-a0a975bc26728996313425ad4ba8b1281849153c.tar.gz
setup.py now requires python 3.4 or greater.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 5b855e1..d75614d 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': {