summaryrefslogtreecommitdiff
path: root/README-package.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-package.rst
parent5ed9c524816eee410a751a43c257e32bab1e172c (diff)
downloadscons-git-573e5d8642daba23495870ff0ca9a5d53a5f5cbe.tar.gz
Add python 3.5 deprecation notices and update copyright dates
Diffstat (limited to 'README-package.rst')
-rwxr-xr-xREADME-package.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/README-package.rst b/README-package.rst
index bc0e7efc8..f9833f78a 100755
--- a/README-package.rst
+++ b/README-package.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
@@ -47,6 +47,8 @@ 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.
By default, SCons knows how to search for available programming tools on
various systems--see the SCons man page for details. You may, of course,
@@ -129,5 +131,5 @@ Check the SCons web site at:
http://www.scons.org/
-Copyright (c) 2001 - 2020 The SCons Foundation
+Copyright (c) 2001 - 2021 The SCons Foundation