From c237196e29d4ed46393577dd660ec0aa6401c163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sun, 10 Sep 2017 17:44:27 +0200 Subject: Add support for Python 3.6 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2c65e44..f5e850c 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ CLASSIFIERS = [ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries', -- cgit v1.2.1