summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
author赖信涛 <laixintao@users.noreply.github.com>2020-03-19 00:11:10 +0800
committerGitHub <noreply@github.com>2020-03-18 09:11:10 -0700
commite9874e2f96c27e24aafbc54436465abd8f152f8a (patch)
treef6592402a2817628cebc848322f87db53fad9c16 /setup.py
parent61c81b05f50a073f62629bdcf8eb4317d7a2084c (diff)
python3.8: add travis test and setup.py class. (#1157)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 937c2740..3f523c2f 100644
--- a/setup.py
+++ b/setup.py
@@ -50,6 +50,7 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
"Programming Language :: SQL",
"Topic :: Database",
"Topic :: Database :: Front-Ends",