diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-07-13 17:25:36 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-07-13 17:25:36 (GMT) |
commit | 573e5d8642daba23495870ff0ca9a5d53a5f5cbe (patch) | |
tree | 750153d16e6168967f5e23021a517930fc5e5d5e /README-local | |
parent | 5ed9c524816eee410a751a43c257e32bab1e172c (diff) | |
download | SCons-573e5d8642daba23495870ff0ca9a5d53a5f5cbe.zip SCons-573e5d8642daba23495870ff0ca9a5d53a5f5cbe.tar.gz SCons-573e5d8642daba23495870ff0ca9a5d53a5f5cbe.tar.bz2 |
Add python 3.5 deprecation notices and update copyright dates
Diffstat (limited to 'README-local')
-rw-r--r-- | README-local | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README-local b/README-local index 2d3dac1..86f5268 100644 --- a/README-local +++ b/README-local @@ -47,6 +47,9 @@ EXECUTION REQUIREMENTS Running SCons requires Python 3.5 or higher. There should be no other dependencies or requirements to run SCons. +As of SCons 4.2.0 support for Python 3.5 is deprecated and will be removed +with the next major release. + The default SCons configuration assumes use of the Microsoft Visual C++ compiler suite on WIN32 systems (either through the Visual Studio product, or through the separate Build Tools), and assumes a C compiler |