diff options
| -rw-r--r-- | CHANGES.rst | 2 | ||||
| -rw-r--r-- | docs/narr/upgrading.rst | 1 | ||||
| -rw-r--r-- | setup.py | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 0ee6fd30d..698aec734 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,8 @@ unreleased Features -------- +- Pyramid adds support for Python 3.11. + Bug Fixes --------- diff --git a/docs/narr/upgrading.rst b/docs/narr/upgrading.rst index e92a46285..5fc3dc9fa 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.8 Lifespan <https://devguide.python.org/versions/#versions>`_ 2024-10. - `Python 3.9 Lifespan <https://devguide.python.org/versions/#versions>`_ 2025-10. - `Python 3.10 Lifespan <https://devguide.python.org/versions/#versions>`_ 2026-10. +- `Python 3.11 Lifespan <https://devguide.python.org/versions/#versions>`_ 2027-10. To determine the Python support for a specific release of Pyramid, view its ``tox.ini`` file at the root of the repository's version. @@ -78,6 +78,7 @@ setup( "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Framework :: Pyramid", |
