From cc67d189cacb3c75922ce5d849554fac52e179ba Mon Sep 17 00:00:00 2001 From: Alessandro Molina Date: Thu, 30 Aug 2018 10:51:16 +0200 Subject: [PATCH] State compatibility with Python 3.7 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ff7dee1..5d654e2 100755 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ setup( classifiers=[ 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: MIT License', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.4',