From 2f7c53031c67b11400c46ce1ed34312ad22944a3 Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Tue, 24 Jul 2018 10:51:25 +0200 Subject: [PATCH] Python 3.6 and 3.7 are now supported, too (#752) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 2d28ebab..74322f8e 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,8 @@ CLASSIFIERS = [ 'Programming Language :: Python :: 2.7', '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', ]