From 59196bea40b8d77f01d2d6d57212167870fb504d Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Thu, 12 Jul 2018 21:25:10 -0400 Subject: [PATCH] Update Trove classifier to include Python 3.7 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 139e23b..4845a9f 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Software Development :: Libraries :: Python Modules', ], zip_safe=False,