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

Commit 64a3874

Browse files
authored
feat: add support for python 3.10 (#133)
1 parent a7cf9d9 commit 64a3874

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
"Programming Language :: Python :: 3",
7979
"Programming Language :: Python :: 3.6",
8080
"Programming Language :: Python :: 3.7",
81+
"Programming Language :: Python :: 3.8",
82+
"Programming Language :: Python :: 3.9",
83+
"Programming Language :: Python :: 3.10",
8184
"Operating System :: OS Independent",
8285
"Topic :: Internet",
8386
],

0 commit comments

Comments
 (0)