From: Hugo Date: Thu, 6 Sep 2018 11:13:43 +0000 (+0300) Subject: Update Trove classifiers X-Git-Tag: v1.16.0~10^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d5d6d1abf13c7db9c86919d46e5691dafd88943;p=thirdparty%2Fdnspython.git Update Trove classifiers --- diff --git a/setup.py b/setup.py index ce181b56..9a83a870 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',