Skip to content

Commit 76cc041

Browse files
authored
feat: add support for python 3.10 (#192)
1 parent 2624e7a commit 76cc041

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
"Programming Language :: Python :: 3.6",
8181
"Programming Language :: Python :: 3.7",
8282
"Programming Language :: Python :: 3.8",
83+
"Programming Language :: Python :: 3.9",
84+
"Programming Language :: Python :: 3.10",
8385
"Operating System :: OS Independent",
8486
"Topic :: Internet",
8587
],

0 commit comments

Comments
 (0)