summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2017-03-07 09:31:15 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2017-03-31 13:40:41 -0700
commita8bcc23fe7138a35c902e41f983408de6dbc874d (patch)
treea1277dd2c5bee3d4cbb45b4714132409f6e80073 /lib
parent3f21f2b08810b39a17db85cca095b67efc4a249d (diff)
downloadspack-a8bcc23fe7138a35c902e41f983408de6dbc874d.tar.gz
spack-a8bcc23fe7138a35c902e41f983408de6dbc874d.tar.bz2
spack-a8bcc23fe7138a35c902e41f983408de6dbc874d.tar.xz
spack-a8bcc23fe7138a35c902e41f983408de6dbc874d.zip
Spack works with Python 3
- Update version guard in spack script to allow python 3 - Update min required version in the docs
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/contribution_guide.rst2
-rw-r--r--lib/spack/docs/getting_started.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/contribution_guide.rst b/lib/spack/docs/contribution_guide.rst
index e9cfe1fa54..a3b3197181 100644
--- a/lib/spack/docs/contribution_guide.rst
+++ b/lib/spack/docs/contribution_guide.rst
@@ -40,7 +40,7 @@ for the results of these tests after submitting a PR, we recommend that you run
locally to speed up the review process.
If you take a look in ``$SPACK_ROOT/.travis.yml``, you'll notice that we test
-against Python 2.6 and 2.7. We currently perform 3 types of tests:
+against Python 2.6, 2.7, and 3.3-3.6. We currently perform 3 types of tests:
^^^^^^^^^^
Unit Tests
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index 3c2610beb0..2460f7e54d 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -11,7 +11,7 @@ Prerequisites
Spack has the following minimum requirements, which must be installed
before Spack is run:
-1. Python 2.6 or 2.7
+1. Python 2 (2.6 or 2.7) or 3 (3.3 - 3.6)
2. A C/C++ compiler
3. The ``git`` and ``curl`` commands.