File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ minimum-version = "build-system.requires"
7676ninja.make-fallback = false
7777sdist.reproducible = true
7878wheel.packages = [" cugraph" ]
79+ wheel.py-api = " cp311" # overridden in CI builds by arguments from `ci/build_wheel_*.sh` scripts.
7980
8081[tool .scikit-build .metadata .version ]
8182provider = " scikit_build_core.metadata.regex"
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ minimum-version = "build-system.requires"
6161ninja.make-fallback = false
6262sdist.reproducible = true
6363wheel.packages = [" pylibcugraph" ]
64+ wheel.py-api = " cp311" # overridden in CI builds by arguments from `ci/build_wheel_*.sh` scripts.
6465
6566[tool .scikit-build .metadata .version ]
6667provider = " scikit_build_core.metadata.regex"
You can’t perform that action at this time.
0 commit comments