summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2017-06-11 23:56:47 +0800
committerGitHub <noreply@github.com>2017-06-11 23:56:47 +0800
commit2792bf75876f2843b06b4b71e2422d5eb98793d9 (patch)
treefb1097f52e0875218115aa4e87eb79555ec5a718
parent353e628d34d2ffab6bfb447ecd7bb44df6ad86ac (diff)
downloadparamiko-2792bf75876f2843b06b4b71e2422d5eb98793d9.tar.gz
Add Python 3.6 to classifiers
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e2ace96d..77db95ac 100644
--- a/setup.py
+++ b/setup.py
@@ -72,6 +72,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
],
install_requires=[
'bcrypt>=3.0.0',