summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-07 05:52:17 -0700
committerBob Halley <halley@dnspython.org>2020-05-07 05:52:17 -0700
commitcf738c9c6f6e4e307bae5a2d908267ce3f966839 (patch)
tree3d212b5eb6590ac6a9bef790ab25805dbe0d7187 /setup.py
parent63aac5fdb04110c74ab85ad9cf52a825fa0b1323 (diff)
downloaddnspython-cf738c9c6f6e4e307bae5a2d908267ce3f966839.tar.gz
Python 3.6 or later is required.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 322fdb5..b029b0f 100755
--- a/setup.py
+++ b/setup.py
@@ -63,15 +63,13 @@ direct manipulation of DNS zones, messages, names, and records.""",
"Topic :: Internet :: Name Service (DNS)",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.4",
- "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
],
- 'python_requires': '>=3.4',
+ 'python_requires': '>=3.6',
'test_suite': 'tests',
'provides': ['dns'],
- 'tests_require': ['typing ; python_version<"3.5"'],
'extras_require': {
'DOH': ['requests', 'requests-toolbelt'],
'IDNA': ['idna>=2.1'],