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

Commit 0156978

Browse files
authored
feat: add support for python 3.10 (#140)
1 parent aa4a961 commit 0156978

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
@@ -71,6 +71,8 @@
7171
"Programming Language :: Python :: 3.6",
7272
"Programming Language :: Python :: 3.7",
7373
"Programming Language :: Python :: 3.8",
74+
"Programming Language :: Python :: 3.9",
75+
"Programming Language :: Python :: 3.10",
7476
"Operating System :: OS Independent",
7577
"Topic :: Internet",
7678
],

0 commit comments

Comments
 (0)