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

Commit 86d7cd6

Browse files
authored
feat: add support for python 3.10 (#228)
1 parent 1adb34c commit 86d7cd6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,13 @@
5858
"Development Status :: 5 - Production/Stable",
5959
"Intended Audience :: Developers",
6060
"Operating System :: OS Independent",
61+
"Programming Language :: Python",
62+
"Programming Language :: Python :: 3",
6163
"Programming Language :: Python :: 3.6",
6264
"Programming Language :: Python :: 3.7",
6365
"Programming Language :: Python :: 3.8",
66+
"Programming Language :: Python :: 3.9",
67+
"Programming Language :: Python :: 3.10",
6468
"Topic :: Internet",
6569
"Topic :: Software Development :: Libraries :: Python Modules",
6670
],

0 commit comments

Comments
 (0)