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

Commit 73acd98

Browse files
authored
feat: add trove classifier for python 3.9 and python 3.10 (#87)
1 parent f027b1b commit 73acd98

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
@@ -62,6 +62,8 @@
6262
"Programming Language :: Python :: 3.6",
6363
"Programming Language :: Python :: 3.7",
6464
"Programming Language :: Python :: 3.8",
65+
"Programming Language :: Python :: 3.9",
66+
"Programming Language :: Python :: 3.10",
6567
"Topic :: Internet",
6668
"Topic :: Software Development :: Libraries :: Python Modules",
6769
],

0 commit comments

Comments
 (0)