File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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]
2426dynamic = [" version" ]
2527dependencies = [
You can’t perform that action at this time.
0 commit comments