summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2022-02-25 14:44:50 -0500
committerengn33r <engn33r@users.noreply.github.com>2022-02-25 14:44:50 -0500
commitc123c3c735309863c1a9f086662cf9a3f1c0e649 (patch)
treeb085043ddbfa801a5427b999f4755c60952695d7
parent7723b743fb071ac12b1072f5b655ef5ba2dc46fb (diff)
downloadwebsocket-client-c123c3c735309863c1a9f086662cf9a3f1c0e649.tar.gz
Remove EOL Python 3.6 from setup.py
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3a1c3f7..d58cb3e 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,6 @@ setup(
"Development Status :: 4 - Beta",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",