Skip to content

Commit fb52f85

Browse files
Copilotbrettcannon
andcommitted
Add comment explaining Node 24.11 dependency for platform tags
Co-authored-by: brettcannon <54418+brettcannon@users.noreply.github.com>
1 parent e1f7ad6 commit fb52f85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/scripts/build-wheels.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const pythonDir = dirname(__dirname);
3636
const repoRoot = dirname(pythonDir);
3737

3838
// Platform mappings: npm package suffix -> [wheel platform tag, binary name]
39+
// Based on Node 24.11 binaries being included in the wheels
3940
const PLATFORMS = {
4041
"linux-x64": ["manylinux_2_28_x86_64", "copilot"],
4142
"linux-arm64": ["manylinux_2_28_aarch64", "copilot"],

0 commit comments

Comments
 (0)