summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-11-15 09:35:52 -0800
committerGitHub <noreply@github.com>2021-11-15 09:35:52 -0800
commit0f572cf08178681a762fc1e58ee8354f5d7d1088 (patch)
tree419882c041a51fb0a1ecf6423a8865f6199035ee
parent89041df8581ba0e313326cde894ee1a96371cd74 (diff)
parent344a59add183563960c06914a7a5cbef036da21f (diff)
downloadsimplejson-0f572cf08178681a762fc1e58ee8354f5d7d1088.tar.gz
Merge pull request #291 from hugovk/add-3.10
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 74fc2ce..54a79fa 100644
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,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 :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',