Skip to content

Commit b0824a9

Browse files
chore: Add classifiers
1 parent 0284c0b commit b0824a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,16 @@ classifiers = [
1818
"Development Status :: 4 - Beta",
1919
"Intended Audience :: Developers",
2020
"License :: OSI Approved :: BSD License",
21+
"Topic :: Software Development",
2122
"Operating System :: OS Independent",
2223
"Programming Language :: Python",
2324
"Programming Language :: Python :: 3",
25+
"Programming Language :: Python :: 3.9",
26+
"Programming Language :: Python :: 3.10",
27+
"Programming Language :: Python :: 3.11",
28+
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3 :: Only",
30+
"Programming Language :: Python :: Implementation :: CPython",
2431
"Typing :: Typed",
2532
]
2633

0 commit comments

Comments
 (0)