Update SCons to 4.10.1, introducing VS2026 support#19226
Merged
seanbudd merged 3 commits intonvaccess:masterfrom Nov 18, 2025
Merged
Update SCons to 4.10.1, introducing VS2026 support#19226seanbudd merged 3 commits intonvaccess:masterfrom
seanbudd merged 3 commits intonvaccess:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates SCons from version 4.10.0 to 4.10.1, with claims of introducing Visual Studio 2026 support. However, Visual Studio 2026 does not appear to exist as a released product.
Key Changes
- SCons updated from 4.10.0 to 4.10.1 in pyproject.toml and uv.lock
- Documentation updated to claim VS2026 support (though this version doesn't exist)
- Minor documentation improvements including explicit download links and SDK version flexibility
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| uv.lock | Updates SCons package metadata from 4.10.0 to 4.10.1 with new hashes and upload timestamps |
| pyproject.toml | Updates SCons dependency specification from 4.10.0 to 4.10.1 |
| user_docs/en/changes.md | Adds changelog entry for SCons 4.10.1 update and claims VS2026 support |
| projectDocs/dev/createDevEnvironment.md | Updates Visual Studio documentation to include VS2026 reference, adds explicit download link, clarifies SDK version requirements, and updates preview version terminology |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
None
Summary of the issue:
SCons was updated recently. This is a necessary step to build NVDA with Visual Studio 2026, which is fully supported.
Description of user facing changes:
None
Description of developer facing changes:
Support for building with VS2026 is now there, however note that VS2022 is still the standard.
Description of development approach:
Updated SCons
Testing strategy:
Tested a from scratch build with Visual Studio 2026 community.
Known issues with pull request:
None
Code Review Checklist: