From bc86fb5857f1da8d815aa46d1ddc9a9e9f3ff3c1 Mon Sep 17 00:00:00 2001 From: Pascal Kollie Date: Sun, 3 Nov 2019 23:53:03 -0500 Subject: [PATCH] Update classifiers to have 3.7 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cad4abe..b1ec3e2 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ], keywords='finance', )