Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit 26f516c

Browse files
authored
feat: add support for python 3.10 (#197)
1 parent 0f81829 commit 26f516c

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
@@ -73,6 +73,8 @@
7373
"Programming Language :: Python :: 3.6",
7474
"Programming Language :: Python :: 3.7",
7575
"Programming Language :: Python :: 3.8",
76+
"Programming Language :: Python :: 3.9",
77+
"Programming Language :: Python :: 3.10",
7678
"Operating System :: OS Independent",
7779
"Topic :: Internet",
7880
],

0 commit comments

Comments
 (0)