### Notices
Python 2.x support ended with the release of 1.16.0. dnspython 2.0.0 and
-later only support Python 3.4 and later.
+later only support Python 3.6 and later.
The ChangeLog has been discontinued. Please see the git history for detailed
change information.
"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'],