summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-11-15 18:34:14 +0200
committerHugo van Kemenade <hugovk@users.noreply.github.com>2021-11-15 18:34:14 +0200
commit344a59add183563960c06914a7a5cbef036da21f (patch)
tree419882c041a51fb0a1ecf6423a8865f6199035ee
parent89041df8581ba0e313326cde894ee1a96371cd74 (diff)
downloadsimplejson-344a59add183563960c06914a7a5cbef036da21f.tar.gz
Declare support for Python 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',