Skip to content

Commit 738552f

Browse files
committed
MNT: Advertise Python and Windows compatibility
1 parent d31d842 commit 738552f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,13 @@ classifiers = [
3232
"Intended Audience :: Science/Research",
3333
"License :: OSI Approved :: Apache Software License",
3434
"Operating System :: MacOS :: MacOS X",
35+
"Operating System :: Microsoft :: Windows",
3536
"Operating System :: POSIX :: Linux",
36-
"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",
3742
"Topic :: Scientific/Engineering",
3843
]
3944
dynamic = ["version"]

0 commit comments

Comments
 (0)