Skip to content

Commit 5a76899

Browse files
committed
fix classifiers
1 parent dea0bb2 commit 5a76899

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ classifiers = [
1212
"License :: OSI Approved :: MIT License",
1313
"Intended Audience :: Developers",
1414
"Natural Language :: English",
15-
"Operating System :: Windows",
15+
"Operating System :: Microsoft :: Windows :: Windows 10",
16+
"Operating System :: Microsoft :: Windows :: Windows 11",
1617
"Programming Language :: Python :: 3.11",
1718
"Programming Language :: Python :: 3.12",
1819
"Programming Language :: Python :: 3.13",
1920
"Topic :: Software Development :: Libraries",
2021
"Topic :: Software Development :: Libraries :: Python Modules",
2122
"Topic :: Utilities",
2223
"Typing :: Typed",
24+
"Programming Language :: Python :: Implementation :: CPython",
2325
]
2426
dynamic = ["version"]
2527
dependencies = [

0 commit comments

Comments
 (0)