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

Commit 652e2e8

Browse files
authored
feat: add support for python 3.10 (#422)
1 parent c6940a9 commit 652e2e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
"Programming Language :: Python :: 3.6",
5757
"Programming Language :: Python :: 3.7",
5858
"Programming Language :: Python :: 3.8",
59+
"Programming Language :: Python :: 3.9",
60+
"Programming Language :: Python :: 3.10",
5961
"Programming Language :: Python :: Implementation :: CPython",
6062
],
6163
platforms="Posix; MacOS X; Windows",

0 commit comments

Comments
 (0)