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

Commit 7eac117

Browse files
authored
feat: add support for python 3.10 (#106)
1 parent 880279f commit 7eac117

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
@@ -62,6 +62,8 @@
6262
"Programming Language :: Python :: 3.6",
6363
"Programming Language :: Python :: 3.7",
6464
"Programming Language :: Python :: 3.8",
65+
"Programming Language :: Python :: 3.9",
66+
"Programming Language :: Python :: 3.10",
6567
"Topic :: Internet",
6668
"Topic :: Software Development :: Libraries :: Python Modules",
6769
],

0 commit comments

Comments
 (0)