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

Commit 83f6947

Browse files
authored
feat: add support for python 3.10 (#92)
1 parent 7ed63e6 commit 83f6947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
"Programming Language :: Python :: 3.6",
6060
"Programming Language :: Python :: 3.7",
6161
"Programming Language :: Python :: 3.8",
62+
"Programming Language :: Python :: 3.9",
63+
"Programming Language :: Python :: 3.10",
6264
"Topic :: Internet",
6365
"Topic :: Software Development :: Libraries :: Python Modules",
6466
],

0 commit comments

Comments
 (0)