summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2022-04-13 13:41:28 +0300
committerGitHub <noreply@github.com>2022-04-13 13:41:28 +0300
commit805b1842dbf7a732bad484e418dd7da4ec6ab890 (patch)
tree48198c24bdba4e04532ce3ef6a93c65d40f03f26 /setup.py
parentcb91eed751c226ebca5b1b8e8d62769fdee9bfbc (diff)
downloadredis-py-805b1842dbf7a732bad484e418dd7da4ec6ab890.tar.gz
Adding (experimental) python 3.11 CI (#1991)
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 423117b..ebb71f8 100644
--- a/setup.py
+++ b/setup.py
@@ -52,6 +52,7 @@ setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],