diff options
| author | Michael Merickel <mmerickel@users.noreply.github.com> | 2016-04-12 19:01:57 -0500 |
|---|---|---|
| committer | Michael Merickel <mmerickel@users.noreply.github.com> | 2016-04-12 19:01:57 -0500 |
| commit | efaf7300c9c3ef2a795aae7f724bf5b02e96cd75 (patch) | |
| tree | 71d519b06340bb6bf7f686b4429a5d51235bf42f /docs/narr/install.rst | |
| parent | 73cd1e62745fddee602e95837f155ffd499e51b7 (diff) | |
| parent | ccd9e10cb15fa7256feb47663eb994cd00dfe782 (diff) | |
| download | pyramid-efaf7300c9c3ef2a795aae7f724bf5b02e96cd75.tar.gz pyramid-efaf7300c9c3ef2a795aae7f724bf5b02e96cd75.tar.bz2 pyramid-efaf7300c9c3ef2a795aae7f724bf5b02e96cd75.zip | |
Merge pull request #2467 from Pylons/remove.py26
Remove: py26
Diffstat (limited to 'docs/narr/install.rst')
| -rw-r--r-- | docs/narr/install.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 7cd47d681..c767ed95a 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -21,9 +21,9 @@ the following sections. .. sidebar:: Python Versions - As of this writing, :app:`Pyramid` has been tested under Python 2.6, Python - 2.7, 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. + As of this writing, :app:`Pyramid` has been tested under Python 2.7, + Python 3.3, Python 3.4, Python 3.5, PyPy, and PyPy3. :app:`Pyramid` does + not run under any version of Python before 2.7. :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 |
