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

Commit 9ab2f2f

Browse files
authored
feat: add support for python 3.10 (#122)
1 parent 3b77a1c commit 9ab2f2f

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
@@ -54,6 +54,8 @@
5454
"Programming Language :: Python :: 3.6",
5555
"Programming Language :: Python :: 3.7",
5656
"Programming Language :: Python :: 3.8",
57+
"Programming Language :: Python :: 3.9",
58+
"Programming Language :: Python :: 3.10",
5759
"Topic :: Internet",
5860
"Topic :: Software Development :: Libraries :: Python Modules",
5961
],

0 commit comments

Comments
 (0)