From 1f6c85f5bc65cd376837ebd515485f4d53b4e03d Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Sat, 21 Mar 2020 01:53:46 +0100 Subject: [PATCH] Added Python 3.7 to classifiers. [ci skip] --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f28096f..d6f255b 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ setuptools.setup( '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', ],