We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0284c0b commit b0824a9Copy full SHA for b0824a9
pyproject.toml
@@ -18,9 +18,16 @@ classifiers = [
18
"Development Status :: 4 - Beta",
19
"Intended Audience :: Developers",
20
"License :: OSI Approved :: BSD License",
21
+ "Topic :: Software Development",
22
"Operating System :: OS Independent",
23
"Programming Language :: Python",
24
"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",
31
"Typing :: Typed",
32
]
33
0 commit comments