summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-09-06 14:13:43 +0300
committerHugo <hugovk@users.noreply.github.com>2018-09-06 14:13:43 +0300
commit0d5d6d1abf13c7db9c86919d46e5691dafd88943 (patch)
tree45d52a3b55bed7c88e1d8558729b34bf7f15bb0b
parent91ec59900ff85fcbe0bdfd6961e28c6430a67500 (diff)
downloaddnspython-0d5d6d1abf13c7db9c86919d46e5691dafd88943.tar.gz
Update Trove classifiers
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ce181b5..9a83a87 100755
--- a/setup.py
+++ b/setup.py
@@ -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',