diff options
author | Hynek Schlawack <hs@ox.cx> | 2017-01-30 12:11:14 +0100 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-01-30 20:11:14 +0900 |
commit | 1089ed2ea06b8fde66d03d1cababefe9617d6585 (patch) | |
tree | 428f7e6806b8a07f9c669382c8f677b7175d8bda /setup.py | |
parent | b00ede2d607e085d40a4c75e8632a7cb8166f2d6 (diff) | |
download | pyopenssl-git-1089ed2ea06b8fde66d03d1cababefe9617d6585.tar.gz |
Python 3.6 (#600)
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |