doc: update supported Windows SDK version to 11#61973
doc: update supported Windows SDK version to 11#61973MikeMcC399 wants to merge 1 commit intonodejs:mainfrom
Conversation
|
Review requested:
|
371881e to
0814a5b
Compare
This comment was marked as resolved.
This comment was marked as resolved.
|
Can you please amend the commit message so it fits our guidelines? node/doc/contributing/pull-requests.md Lines 170 to 171 in e0375be |
0814a5b to
138d74e
Compare
|
Apologies for the commit message oversight! I based the change on your second suggestion. Edit: I didn't use "minimum" after all, as there is currently no higher version than Windows SDK 11. I changed it to "supported" instead. |
138d74e to
8bb3304
Compare
Refs: #61864
Situation
The Supported toolchains section of the
BUILDING.mddocument specifies:and this includes the Windows 10 SDK (10.0.19041.0) which is out of support since 2025-10-14.
Change
Update the Supported toolchains section of the
BUILDING.mddocument to remove the Windows 10 SDK:Impact should be minimal, since the Windows 11 SDK "can target Windows 11, version 25H2, in addition to previous Windows releases." See also Windows SDK System requirements.
This is however a
semver-majorchange that applies only to themainbranch and may not be backported to existing release lines. It is intended for use in the upcoming Node.js 26.x release only.(PR #61864 is the non-
semver-majorPR to flow into v25.x and be backported to v24.x.)