summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2017-01-30 12:11:14 +0100
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-01-30 20:11:14 +0900
commit1089ed2ea06b8fde66d03d1cababefe9617d6585 (patch)
tree428f7e6806b8a07f9c669382c8f677b7175d8bda /setup.py
parentb00ede2d607e085d40a4c75e8632a7cb8166f2d6 (diff)
downloadpyopenssl-1089ed2ea06b8fde66d03d1cababefe9617d6585.tar.gz
Python 3.6 (#600)
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index de510f3..97aa209 100755
--- a/setup.py
+++ b/setup.py
@@ -83,6 +83,7 @@ if __name__ == "__main__":
'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',