summaryrefslogtreecommitdiff
path: root/docs/narr/upgrading.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-11-08 20:12:26 -0600
committerGitHub <noreply@github.com>2020-11-08 20:12:26 -0600
commit11dba69706b07fe8020874e126c9e070c8929c5d (patch)
tree1c9d64c9dcf5205bd8f354245c70702fdeb5b6a6 /docs/narr/upgrading.rst
parentea0bd6538097d3e8b840bc2f7fdde45227cfefea (diff)
parentab40bda27ddf607d60de6d73229f56b8b8203981 (diff)
downloadpyramid-11dba69706b07fe8020874e126c9e070c8929c5d.tar.gz
pyramid-11dba69706b07fe8020874e126c9e070c8929c5d.tar.bz2
pyramid-11dba69706b07fe8020874e126c9e070c8929c5d.zip
Merge pull request #3626 from stevepiercy/master
Add support for Python 3.9
Diffstat (limited to 'docs/narr/upgrading.rst')
-rw-r--r--docs/narr/upgrading.rst1
1 files changed, 1 insertions, 0 deletions
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.