diff options
| author | Bob Halley <halley@dnspython.org> | 2018-12-09 11:25:39 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2018-12-09 11:25:39 -0800 |
| commit | a0a975bc26728996313425ad4ba8b1281849153c (patch) | |
| tree | 7aaa9ca9c829c734e5dde65792e3a945b86a0d1f /setup.py | |
| parent | aaea52ba05971b7b61948b8178f9b06a43c8b79c (diff) | |
| download | dnspython-a0a975bc26728996313425ad4ba8b1281849153c.tar.gz | |
setup.py now requires python 3.4 or greater.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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': { |
