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

Commit 23479b8

Browse files
authored
feat: add support for python 3.10 (#118)
1 parent b1bd38f commit 23479b8

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
@@ -81,6 +81,8 @@
8181
"Programming Language :: Python :: 3.6",
8282
"Programming Language :: Python :: 3.7",
8383
"Programming Language :: Python :: 3.8",
84+
"Programming Language :: Python :: 3.9",
85+
"Programming Language :: Python :: 3.10",
8486
],
8587
platforms="Posix; MacOS X; Windows",
8688
packages=packages,

0 commit comments

Comments
 (0)