diff options
| author | Bob Halley <halley@dnspython.org> | 2020-05-07 05:52:17 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-05-07 05:52:17 -0700 |
| commit | cf738c9c6f6e4e307bae5a2d908267ce3f966839 (patch) | |
| tree | 3d212b5eb6590ac6a9bef790ab25805dbe0d7187 /setup.py | |
| parent | 63aac5fdb04110c74ab85ad9cf52a825fa0b1323 (diff) | |
| download | dnspython-cf738c9c6f6e4e307bae5a2d908267ce3f966839.tar.gz | |
Python 3.6 or later is required.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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'], |
