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

Commit ab146a5

Browse files
authored
feat: add support for python 3.10 (#160)
1 parent b8a5b7c commit ab146a5

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
@@ -81,6 +81,8 @@
8181
"Programming Language :: Python :: 3.6",
8282
"Programming Language :: Python :: 3.7",
8383
"Programming Language :: Python :: 3.8",
84+
"Programming Language :: Python :: 3.9",
85+
"Programming Language :: Python :: 3.10",
8486
"Operating System :: OS Independent",
8587
"Topic :: Internet",
8688
],

0 commit comments

Comments
 (0)