Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit cc97a58

Browse files
authored
feat: add support for python 3.10 (#274)
1 parent aaa02c9 commit cc97a58

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

0 commit comments

Comments
 (0)