Skip to content

Commit d7a9098

Browse files
committed
[ci skip] Add deprecation warnings to READMEs and CHANGES.txt
1 parent 129a10b commit d7a9098

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NOTE: The 4.0.0 release of SCons dropped Python 2.7 support. Use 3.1.2 if
88
Python 2.7 support is required (but note old SCons releases are unsupported).
99
NOTE: Since SCons 4.3.0, Python 3.6.0 or above is required.
1010
NOTE: Since SCons 4.9.0, Python 3.7.0 or above is required.
11-
11+
The last release to support Python 3.7 or Python 3.8 is NEXT_RELEASE.
1212

1313
RELEASE VERSION/DATE TO BE FILLED IN LATER
1414

README-SF.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Execution Requirements
5050
Running SCons requires Python 3.7 or higher. There should be no other
5151
dependencies or requirements to run standard SCons.
5252

53+
The last release to support Python 3.7 or Python 3.8 is NEXT_RELEASE.
5354
The last release to support Python 3.6 was 4.8.1.
5455
The last release to support Python 3.5 was 4.2.0.
5556

README-local

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ EXECUTION REQUIREMENTS
4646
Running SCons requires Python 3.7 or higher. There should be no other
4747
dependencies or requirements to run standard SCons.
4848

49+
The last release to support Python 3.7 or Python 3.8 is NEXT_RELEASE.
4950
The last release to support Python 3.6 was 4.8.1.
5051
The last release to support Python 3.5 was 4.2.0.
5152

53+
5254
The default SCons configuration assumes use of the Microsoft Visual C++
5355
compiler suite on WIN32 systems (either through the Visual Studio
5456
product, or through the separate Build Tools), and assumes a C compiler

README-package.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Execution Requirements
8383
Running SCons requires Python 3.7 or higher. There should be no other
8484
dependencies or requirements to run standard SCons.
8585

86+
The last release to support Python 3.7 or Python 3.8 is NEXT_RELEASE.
8687
The last release to support Python 3.6 was 4.8.1.
8788
The last release to support Python 3.5 was 4.2.0.
8889

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Execution Requirements
8686
Running SCons requires Python 3.7 or higher. There should be no other
8787
dependencies or requirements to run standard SCons.
8888

89+
The last release to support Python 3.7 or Python 3.8 is NEXT_RELEASE.
8990
The last release to support Python 3.6 was 4.8.1.
9091
The last release to support Python 3.5 was 4.2.0.
9192

0 commit comments

Comments
 (0)