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

Commit 1b53f97

Browse files
authored
feat: add support for python 3.10 (#127)
1 parent f6c966f commit 1b53f97

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
@@ -78,6 +78,8 @@
7878
"Programming Language :: Python :: 3.6",
7979
"Programming Language :: Python :: 3.7",
8080
"Programming Language :: Python :: 3.8",
81+
"Programming Language :: Python :: 3.9",
82+
"Programming Language :: Python :: 3.10",
8183
"Operating System :: OS Independent",
8284
"Topic :: Internet",
8385
],

0 commit comments

Comments
 (0)