From da03bb8439e8dda807fb97b77a96ca7bea66b558 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Tue, 9 Oct 2018 16:03:48 +0200 Subject: [PATCH] Update trove classifiers, too. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cc1cc881..33d25150 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ def read(*rnames): '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', 'Natural Language :: English',