diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-01-13 09:26:51 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-01-13 09:26:51 -0800 |
| commit | 0da16e80373ebcac5b84a52592ecfa8169bab10a (patch) | |
| tree | f1809c0ec131156f9aea1c9d558bf82cb2decd79 | |
| parent | dee8ce3823a77682f599509bef942cd3dda4bca2 (diff) | |
| parent | 1f7305442e2aa824af4223df6b844cc988034492 (diff) | |
| download | pyramid-0da16e80373ebcac5b84a52592ecfa8169bab10a.tar.gz pyramid-0da16e80373ebcac5b84a52592ecfa8169bab10a.tar.bz2 pyramid-0da16e80373ebcac5b84a52592ecfa8169bab10a.zip | |
Merge pull request #2228 from stevepiercy/master
add python 3.5
| -rw-r--r-- | docs/narr/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 26d458727..164442262 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -15,8 +15,8 @@ You will need `Python <http://python.org>`_ version 2.6 or better to run .. sidebar:: Python Versions As of this writing, :app:`Pyramid` has been tested under Python 2.6, Python - 2.7, Python 3.2, Python 3.3, Python 3.4, PyPy, and PyPy3. :app:`Pyramid` - does not run under any version of Python before 2.6. + 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, PyPy, and PyPy3. + :app:`Pyramid` does not run under any version of Python before 2.6. :app:`Pyramid` is known to run on all popular UNIX-like systems such as Linux, Mac OS X, and FreeBSD as well as on Windows platforms. It is also known to run |
