]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update Trove classifiers
authorHugo <hugovk@users.noreply.github.com>
Thu, 6 Sep 2018 11:13:43 +0000 (14:13 +0300)
committerHugo <hugovk@users.noreply.github.com>
Thu, 6 Sep 2018 11:13:43 +0000 (14:13 +0300)
setup.py

index ce181b569be6e07a72a6ca061935854e338807e2..9a83a870fab4f9336b4627a522345ac9233ddbec 100755 (executable)
--- 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',