summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2022-02-09 09:55:38 -0800
committerGitHub <noreply@github.com>2022-02-09 09:55:38 -0800
commita19947f21ee86003a25e8c70a85e6d8be2271a7d (patch)
tree03d11388082c9a3a5e3cc0905f6c3a50f29fcd7f /setup.cfg
parent01418099b3c3b3d8fd9a522a0bbfbfc52365ec33 (diff)
downloadpymemcache-a19947f21ee86003a25e8c70a85e6d8be2271a7d.tar.gz
Add official support for Python 3.10 (#365)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index d8a9bb8..812c89c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,6 +15,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 :: PyPy
License :: OSI Approved :: Apache Software License
Topic :: Database