File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,13 @@ classifiers = [
1717 " Topic :: Software Development :: Libraries :: Python Modules" ,
1818 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
1919 " License :: OSI Approved :: MIT License" ,
20- " Operating System :: OS Independent" ,
20+ # AAASM-4648: this package ships platform-specific native (Rust-extension)
21+ # wheels for macOS and Linux only — no Windows wheel is built. The prior
22+ # "Operating System :: OS Independent" classifier was false and led Windows
23+ # users to a from-source build that requires a Rust/maturin toolchain. List
24+ # the OSes we actually publish wheels for instead.
25+ " Operating System :: POSIX :: Linux" ,
26+ " Operating System :: MacOS" ,
2127 " Programming Language :: Python :: 3" ,
2228 " Programming Language :: Python :: 3.12" ,
2329 " Programming Language :: Python :: 3.13" ,
You can’t perform that action at this time.
0 commit comments