summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2020-10-14 02:47:34 +0800
committerGitHub <noreply@github.com>2020-10-13 11:47:34 -0700
commitf985e1bdd82fc3c54a8232487a1b410159acc12b (patch)
tree9f6c9d07db2ceab158abd7aee7cab9c2690e4db9 /setup.py
parent7626d9a5f27a221d87f31dcb5bb8fc12024f6c58 (diff)
test: test pgcli on python3.9 (#1214)
* test: test pgcli on python3.9 * test on 3.9 * use 3.9-dev version from travis. * try to fix pexpect EOF.
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 4e0696fd..6495a51d 100644
--- a/setup.py
+++ b/setup.py
@@ -54,6 +54,7 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
"Programming Language :: SQL",
"Topic :: Database",
"Topic :: Database :: Front-Ends",