Skip to content

Commit fa2a303

Browse files
committed
Merge branch 'main' of https://github.com/rapidsai/cugraph into fea_enh_prim_factory
2 parents 70c52e7 + 6bc8593 commit fa2a303

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python/cugraph/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ minimum-version = "build-system.requires"
7676
ninja.make-fallback = false
7777
sdist.reproducible = true
7878
wheel.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]
8182
provider = "scikit_build_core.metadata.regex"

python/pylibcugraph/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ minimum-version = "build-system.requires"
6161
ninja.make-fallback = false
6262
sdist.reproducible = true
6363
wheel.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]
6667
provider = "scikit_build_core.metadata.regex"

0 commit comments

Comments
 (0)