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

Commit 01d8632

Browse files
authored
feat: add support for python 3.10 (#135)
1 parent 90d48b6 commit 01d8632

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
@@ -57,6 +57,8 @@
5757
"Programming Language :: Python :: 3.6",
5858
"Programming Language :: Python :: 3.7",
5959
"Programming Language :: Python :: 3.8",
60+
"Programming Language :: Python :: 3.9",
61+
"Programming Language :: Python :: 3.10",
6062
"Topic :: Internet",
6163
"Topic :: Software Development :: Libraries :: Python Modules",
6264
],

0 commit comments

Comments
 (0)