Skip to content

Commit 17ca61b

Browse files
authored
feat: add support for python 3.10 (#626)
Closes #623
1 parent 55860b5 commit 17ca61b

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
@@ -92,6 +92,8 @@
9292
"Programming Language :: Python :: 3.6",
9393
"Programming Language :: Python :: 3.7",
9494
"Programming Language :: Python :: 3.8",
95+
"Programming Language :: Python :: 3.9",
96+
"Programming Language :: Python :: 3.10",
9597
"Operating System :: OS Independent",
9698
"Topic :: Internet",
9799
],

0 commit comments

Comments
 (0)