summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-07-13 10:25:36 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2021-07-13 10:25:36 -0700
commit573e5d8642daba23495870ff0ca9a5d53a5f5cbe (patch)
tree750153d16e6168967f5e23021a517930fc5e5d5e /README.rst
parent5ed9c524816eee410a751a43c257e32bab1e172c (diff)
downloadscons-git-573e5d8642daba23495870ff0ca9a5d53a5f5cbe.tar.gz
Add python 3.5 deprecation notices and update copyright dates
Diffstat (limited to 'README.rst')
-rwxr-xr-xREADME.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index cc14a01ec..54232f874 100755
--- a/README.rst
+++ b/README.rst
@@ -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