From 06193197afd1cf153b32bb20c8013248c3c2a1c1 Mon Sep 17 00:00:00 2001 From: Paul McGuire Date: Mon, 17 Sep 2018 22:23:31 -0500 Subject: [PATCH] Add Python 3.7 to supported versions --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6dc4f110..5e5c69a4 100644 --- a/setup.py +++ b/setup.py @@ -42,5 +42,6 @@ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ] )