We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 849ac7c + d0c54f0 commit 01a8a7bCopy full SHA for 01a8a7b
python/cuvs/pyproject.toml
@@ -96,6 +96,7 @@ minimum-version = "build-system.requires"
96
ninja.make-fallback = false
97
sdist.reproducible = true
98
wheel.packages = ["cuvs"]
99
+wheel.py-api = "cp311" # overridden in CI builds by arguments from `ci/build_wheel_*.sh` scripts.
100
101
[tool.scikit-build.metadata.version]
102
provider = "scikit_build_core.metadata.regex"
0 commit comments