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

Commit c17da66

Browse files
authored
feat: add support for python 3.10 (#82)
1 parent 41c297d commit c17da66

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
@@ -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)