diff options
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/install.rst | 2 | ||||
| -rw-r--r-- | docs/narr/upgrading.rst | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 8e2bfa866..23bf0cfd3 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -21,7 +21,7 @@ the following sections. .. sidebar:: Python Versions - As of this writing, :app:`Pyramid` is tested against Python 3.5, 3.6, Python 3.7, Python 3.8, and PyPy3. + As of this writing, :app:`Pyramid` is tested against Python 3.5, 3.6, 3.7, 3.8, and 3.9 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 diff --git a/docs/narr/upgrading.rst b/docs/narr/upgrading.rst index 31ca6adfa..e5541e248 100644 --- a/docs/narr/upgrading.rst +++ b/docs/narr/upgrading.rst @@ -90,6 +90,7 @@ Python is when security updates are no longer released. - `Python 3.6 Lifespan <https://devguide.python.org/#status-of-python-branches>`_ 2021-12-23. - `Python 3.7 Lifespan <https://devguide.python.org/#status-of-python-branches>`_ 2023-06-27. - `Python 3.8 Lifespan <https://devguide.python.org/#status-of-python-branches>`_ 2024-10-??. +- `Python 3.9 Lifespan <https://devguide.python.org/#status-of-python-branches>`_ TBD. To determine the Python support for a specific release of Pyramid, view its ``tox.ini`` file at the root of the repository's version. |
