summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2022-08-08 07:52:46 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2022-08-08 08:24:12 +0200
commit049634a6e6d4d06483f85866d300263672ff68bf (patch)
treea685f8cf180acb023a41f55b25dcb005dfe0d1bb
parent402d6e977104a24471097291fd3041e76402a436 (diff)
downloadsqlparse-049634a6e6d4d06483f85866d300263672ff68bf.tar.gz
Acknowledge support for Python 3.10
A subset of #645 Follow on to #661
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index a9127c0..0843b70 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Database