summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƂ Bielawski <michal@bielaw.ski>2021-08-05 06:57:06 +0100
committerGitHub <noreply@github.com>2021-08-05 08:57:06 +0300
commit2cfaac9949993386d9b2ac51cd676c709eb3d886 (patch)
tree35e429a3e1992dbb33174c187e0d2694c3f2f531
parent3c0e1163c7afcc42fdcbbf22dd61ac869a6857ee (diff)
downloadredis-py-2cfaac9949993386d9b2ac51cd676c709eb3d886.tar.gz
Add trove classifier for Python 3.9 (#1535)
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 3fdea4e..a9c9849 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,6 +23,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy