Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Ruff: Handle F401 exclusions more granularly, remove per-file exclusions.
- Implement type hints for Environment and environment utilities.
- Deprecated Python 3.7 & 3.8 support.
- Deprecated implicit imports in `SCons.Util`. While they're still functional, they no longer
contribute to intellisense unless the correct package is imported.
- Split `SCons.Util.UtilTests.py` to individual packages where appropriate.
- Modernized GitHub Actions test runner. This consolidates the logic of
existing test environments into a single package. Adjusted AppVeyor to
only run for targets unsupported by GitHub runners.
Expand Down
4 changes: 3 additions & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ DEPRECATED FUNCTIONALITY

- Deprecated Python 3.7 & 3.8 support.

- Deprecated implicit imports in `SCons.Util`. While they're still functional, they no longer
contribute to intellisense unless the correct package is imported.
- Deprecated using signature-file-per-directory (aka old-style SConsign)
via the SConsignFile(name=None) call.

Expand Down Expand Up @@ -116,7 +118,7 @@ DEVELOPMENT
- Docbook tests: improve skip message, more clearly indicate which test
need actual installed system programs (add -live suffix).
- Implement type hints for Environment and environment utilities.

- Split `SCons.Util.UtilTests.py` to individual packages where appropriate.
- MSVC: Added a host/target batch file configuration table for Visual
Studio 2026. Visual Studio 2026 removed support for 32-bit arm targets.

Expand Down
Loading
Loading