From 413bdac7242020ce8379d272720c649a9196daa2 Mon Sep 17 00:00:00 2001 From: Alice Bevan-McGregor Date: Thu, 7 Mar 2019 09:45:51 -0500 Subject: [PATCH] Add additional classifiers to indicate version support. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 9e0330e..607384e 100755 --- a/setup.py +++ b/setup.py @@ -59,6 +59,8 @@ "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 :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python",