summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2022-09-09 09:16:12 +0200
committerGitHub <noreply@github.com>2022-09-09 16:16:12 +0900
commit44a80603838ea480e66c9235036ff742f4013200 (patch)
tree600acec132fa373699f280446ea0844144366005 /setup.cfg
parentedca770071fc702e0b4c33f87fb0fa3682b486b4 (diff)
downloadmsgpack-python-44a80603838ea480e66c9235036ff742f4013200.tar.gz
Add python 3.11 wheels (#517)
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 1cb6ce3..e378284 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,6 +22,7 @@ classifiers =
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
Intended Audience :: Developers