diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-16 05:34:00 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-16 05:34:00 -0800 |
| commit | a6d8b494c3de85eceb33ab57a046fb6955f909fc (patch) | |
| tree | 49bed2e57e0541f119c16889b062b491abb9e7f4 /docs/narr/install.rst | |
| parent | d4ce9d3f915b18425b4ce5224a51a89342270371 (diff) | |
| download | pyramid-a6d8b494c3de85eceb33ab57a046fb6955f909fc.tar.gz pyramid-a6d8b494c3de85eceb33ab57a046fb6955f909fc.tar.bz2 pyramid-a6d8b494c3de85eceb33ab57a046fb6955f909fc.zip | |
Remove most Python 2 mentions from docs. Exclusions:
- `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3.
- `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR.
- Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential.
Diffstat (limited to 'docs/narr/install.rst')
| -rw-r--r-- | docs/narr/install.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 248b432d3..268ae5f8d 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -21,8 +21,7 @@ the following sections. .. sidebar:: Python Versions - As of this writing, :app:`Pyramid` is tested against Python 2.7, - Python 3.4, Python 3.5, Python 3.6, Python 3.7, and PyPy. + As of this writing, :app:`Pyramid` is tested against Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8 (with allowed failures), and PyPy3. :app:`Pyramid` is known to run on all popular Unix-like systems such as Linux, macOS, and FreeBSD, as well as on Windows platforms. It is also known to |
