Because of
|
"Programming Language :: Python :: 3.13", |
a recent
trove-classifiers version is needed. To be precise
trove-classifiers>=2025.8.6.13
This should be added to build requirements as otherwise it fails building.
Reproduction
pip wheel . (with a trove-classfiers==2025.5.9.12)
Expected behavior
Build and install the trove-classifiers in order to build correctly
Because of
bitsandbytes/pyproject.toml
Line 42 in 00c0a1a
a recent
trove-classifiersversion is needed. To be precisetrove-classifiers>=2025.8.6.13This should be added to build requirements as otherwise it fails building.
Reproduction
pip wheel .(with atrove-classfiers==2025.5.9.12)Expected behavior
Build and install the
trove-classifiersin order to build correctly