summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Albrecht <a.albrecht@Mac-PU08.prounix.local>2020-01-08 16:29:50 +0100
committerAndreas Albrecht <a.albrecht@Mac-PU08.prounix.local>2020-01-08 16:29:50 +0100
commit12525f5c836128118961b293f7a1683581f4de89 (patch)
tree1ed1d6b826899b8142810be1f067ee998016efe3
parentddb0316fd320fc0d5d65d3c6eca09582d3f6e9e2 (diff)
downloadsqlparse-12525f5c836128118961b293f7a1683581f4de89.tar.gz
Add Python 3.8 to list of classifiers.
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a6e3532..3de94e7 100644
--- a/setup.py
+++ b/setup.py
@@ -98,6 +98,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Topic :: Database',
'Topic :: Software Development',
],