From e9112c4acb4e8641a005e38b5107f93d3ac47d29 Mon Sep 17 00:00:00 2001 From: Nikita Kniazev Date: Fri, 15 Dec 2017 21:24:19 +0300 Subject: [PATCH] Declare Python 3.6 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3804e0d..1988174 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ], keywords='cycle kwargs', )