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

Commit e9c1c22

Browse files
authored
feat: add support for python 3.10 (#108)
1 parent ac143fa commit e9c1c22

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
@@ -56,6 +56,8 @@
5656
"Programming Language :: Python :: 3.6",
5757
"Programming Language :: Python :: 3.7",
5858
"Programming Language :: Python :: 3.8",
59+
"Programming Language :: Python :: 3.9",
60+
"Programming Language :: Python :: 3.10",
5961
"Topic :: Internet",
6062
"Topic :: Software Development :: Libraries :: Python Modules",
6163
],

0 commit comments

Comments
 (0)