summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
author赖信涛 <laixintao@users.noreply.github.com>2020-03-12 04:58:13 +0800
committerGitHub <noreply@github.com>2020-03-11 13:58:13 -0700
commitbc7a5d01001df69f9f0c3dfeb94cca92768ab696 (patch)
treee8cc3c885ed287f177963e8032d77d3256d5e4b3 /setup.py
parentfd775497547bb51e3d3b38590cbc83e54afd9508 (diff)
Drop Python3.5. (#1154)
* Drop Python3.5. * delete 3.5 from setup.py * fix black format. Using python3.7 for development now. * black target to py36
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ca5367ee..937c2740 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,6 @@ setup(
"Operating System :: Unix",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: SQL",