summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBruno Alla <alla.brunoo@gmail.com>2023-01-03 11:05:40 +0000
committerBruno Alla <alla.brunoo@gmail.com>2023-01-03 11:05:40 +0000
commit21433113f4cb349474256c51a45344adf0934026 (patch)
tree4e89f1e8ef669b4e78ff73954b8455e3931982e7 /setup.py
parent4a22505df8b2e3e19268606ca4e662cfd3fc458a (diff)
downloadsimplejson-21433113f4cb349474256c51a45344adf0934026.tar.gz
Declare support for Python 3.11 and build wheels
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 64c5c74..e5bebd5 100644
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,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',
'Topic :: Software Development :: Libraries :: Python Modules',