summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-06-17 18:50:03 +0300
committerHugo <hugovk@users.noreply.github.com>2018-08-14 14:07:18 +0300
commit834e63c69224dc240a558f4a26ddb5b7e8a299f4 (patch)
tree302bbbdb880329c39f85c51e9e02008d8aa399d4 /setup.py
parenta1f7783102651594f387cdbb8abe83a1b4d64a71 (diff)
downloadwebsocket-client-834e63c69224dc240a558f4a26ddb5b7e8a299f4.tar.gz
Add support for Python 3.6 and 3.7
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 70d4e3c..949ca8e 100644
--- a/setup.py
+++ b/setup.py
@@ -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",