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.rst | |
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.rst')
-rwxr-xr-x | README.rst | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -13,8 +13,8 @@ SCons - a software construction tool :target: https://sourceforge.net/projects/scons :alt: Sourceforge Total Downloads -.. image:: https://travis-ci.org/SCons/scons.svg?branch=master - :target: https://travis-ci.org/SCons/scons +.. image:: https://travis-ci.com/SCons/scons.svg?branch=master + :target: https://travis-ci.com/SCons/scons :alt: Travis CI build status .. image:: https://ci.appveyor.com/api/projects/status/github/SCons/scons?svg=true&branch=master @@ -79,6 +79,10 @@ 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, and assumes a C compiler named 'cc', a C++ compiler named 'c++', and a Fortran compiler named 'gfortran' (such as found @@ -629,5 +633,5 @@ many contributors, including but not at all limited to: \... and many others. -Copyright (c) 2001 - 2020 The SCons Foundation +Copyright (c) 2001 - 2021 The SCons Foundation |