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

Commit ff87f99

Browse files
authored
feat: add support for python 3.10 (#44)
1 parent 3ad88d4 commit ff87f99

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
@@ -69,6 +69,8 @@
6969
"Programming Language :: Python :: 3.6",
7070
"Programming Language :: Python :: 3.7",
7171
"Programming Language :: Python :: 3.8",
72+
"Programming Language :: Python :: 3.9",
73+
"Programming Language :: Python :: 3.10",
7274
"Operating System :: OS Independent",
7375
"Topic :: Internet",
7476
],

0 commit comments

Comments
 (0)