From aa129484cf7e97cd4181bc543d3e8263f4406788 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Thu, 21 Sep 2017 17:27:28 -0400 Subject: [PATCH] Add py3.6 to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index fc5050a6..03de396b 100755 --- a/setup.py +++ b/setup.py @@ -100,6 +100,7 @@ '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', 'Topic :: Security', 'Topic :: Software Development'