diff options
author | Hugo <hugovk@users.noreply.github.com> | 2018-06-17 18:50:03 +0300 |
---|---|---|
committer | Hugo <hugovk@users.noreply.github.com> | 2018-08-14 14:07:18 +0300 |
commit | 834e63c69224dc240a558f4a26ddb5b7e8a299f4 (patch) | |
tree | 302bbbdb880329c39f85c51e9e02008d8aa399d4 /setup.py | |
parent | a1f7783102651594f387cdbb8abe83a1b4d64a71 (diff) | |
download | websocket-client-834e63c69224dc240a558f4a26ddb5b7e8a299f4.tar.gz |
Add support for Python 3.6 and 3.7
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ setup( "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: Microsoft :: Windows", |