From 0a9b362587582956914b829dd61cb81a5e3a5256 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Sun, 5 Aug 2018 16:59:47 +0430 Subject: [PATCH] Update classifiers to reflect support for newer python 3.x and pypy --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 5c39fd1..a3673b8 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,12 @@ setup( "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", + "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", + "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: Name Service (DNS)", "Development Status :: 5 - Production/Stable", "Operating System :: OS Independent",