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

Commit 1ef7b30

Browse files
authored
feat: add support for python 3.10 (#86)
1 parent 1db5519 commit 1ef7b30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
"Programming Language :: Python :: 3.6",
6666
"Programming Language :: Python :: 3.7",
6767
"Programming Language :: Python :: 3.8",
68+
"Programming Language :: Python :: 3.9",
69+
"Programming Language :: Python :: 3.10",
6870
"Topic :: Internet",
6971
"Topic :: Software Development :: Libraries :: Python Modules",
7072
],

0 commit comments

Comments
 (0)