Skip to content

Commit 8344804

Browse files
partheaivanmkc
andauthored
feat: add support for python 3.10 (#769)
Co-authored-by: Ivan Cheung <ivans.mailbox@gmail.com>
1 parent c1c2326 commit 8344804

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,13 @@
8383
"Development Status :: 5 - Production/Stable",
8484
"Intended Audience :: Developers",
8585
"Operating System :: OS Independent",
86+
"Programming Language :: Python",
87+
"Programming Language :: Python :: 3",
8688
"Programming Language :: Python :: 3.6",
8789
"Programming Language :: Python :: 3.7",
8890
"Programming Language :: Python :: 3.8",
91+
"Programming Language :: Python :: 3.9",
92+
"Programming Language :: Python :: 3.10",
8993
"Topic :: Internet",
9094
"Topic :: Software Development :: Libraries :: Python Modules",
9195
],

0 commit comments

Comments
 (0)