From 7fa9636c1850f50a67f66bfff13251f393193814 Mon Sep 17 00:00:00 2001 From: Keith Bussell Date: Tue, 5 Nov 2019 08:56:59 -0800 Subject: [PATCH] Add Python 3.7 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a6d772a..6353a7a 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'License :: OSI Approved :: MIT License', ], )