summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-02 03:26:46 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-01-02 03:26:46 +0100
commitc5918e89062f25c5a0f25785f9844b78d4861f7f (patch)
treea0b048f5f827232effa7244c94e76f6914a24f58
parent0a70c21090b52bcc9dfcc8a3f4c8bf40a526ee56 (diff)
downloadcherrypy-git-c5918e89062f25c5a0f25785f9844b78d4861f7f.tar.gz
📦Add Trove classifiers for Pythons through 3.11
This is necessary for Sphinx docs to display the CPython versions we test against.
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0c537cb2..40638939 100644
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,9 @@ params = dict(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: Jython',