From ab40bda27ddf607d60de6d73229f56b8b8203981 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 2 Nov 2020 22:38:25 -0800 Subject: Add support for Python 3.9 --- docs/narr/install.rst | 2 +- docs/narr/upgrading.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/narr') 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 `_ 2021-12-23. - `Python 3.7 Lifespan `_ 2023-06-27. - `Python 3.8 Lifespan `_ 2024-10-??. +- `Python 3.9 Lifespan `_ 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. -- cgit v1.2.3