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 d31d842 commit 738552fCopy full SHA for 738552f
pyproject.toml
@@ -32,8 +32,13 @@ classifiers = [
32
"Intended Audience :: Science/Research",
33
"License :: OSI Approved :: Apache Software License",
34
"Operating System :: MacOS :: MacOS X",
35
+ "Operating System :: Microsoft :: Windows",
36
"Operating System :: POSIX :: Linux",
- "Programming Language :: Python :: 3",
37
+ "Programming Language :: Python :: 3.7",
38
+ "Programming Language :: Python :: 3.8",
39
+ "Programming Language :: Python :: 3.9",
40
+ "Programming Language :: Python :: 3.10",
41
+ "Programming Language :: Python :: 3.11",
42
"Topic :: Scientific/Engineering",
43
]
44
dynamic = ["version"]
0 commit comments