diff options
| author | Hugo <hugovk@users.noreply.github.com> | 2018-09-06 14:13:43 +0300 |
|---|---|---|
| committer | Hugo <hugovk@users.noreply.github.com> | 2018-09-06 14:13:43 +0300 |
| commit | 0d5d6d1abf13c7db9c86919d46e5691dafd88943 (patch) | |
| tree | 45d52a3b55bed7c88e1d8558729b34bf7f15bb0b | |
| parent | 91ec59900ff85fcbe0bdfd6961e28c6430a67500 (diff) | |
| download | dnspython-0d5d6d1abf13c7db9c86919d46e5691dafd88943.tar.gz | |
Update Trove classifiers
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,12 +61,12 @@ direct manipulation of DNS zones, messages, names, and records.""", "Topic :: Internet :: Name Service (DNS)", "Topic :: Software Development :: Libraries :: Python Modules", "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.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.*', 'test_suite': 'tests', |
