summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-11-02 22:38:25 -0800
committerSteve Piercy <web@stevepiercy.com>2020-11-02 22:38:25 -0800
commitab40bda27ddf607d60de6d73229f56b8b8203981 (patch)
tree1c9d64c9dcf5205bd8f354245c70702fdeb5b6a6 /docs/narr
parentea0bd6538097d3e8b840bc2f7fdde45227cfefea (diff)
downloadpyramid-ab40bda27ddf607d60de6d73229f56b8b8203981.tar.gz
pyramid-ab40bda27ddf607d60de6d73229f56b8b8203981.tar.bz2
pyramid-ab40bda27ddf607d60de6d73229f56b8b8203981.zip
Add support for Python 3.9
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/install.rst2
-rw-r--r--docs/narr/upgrading.rst1
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.