From ce639190b4a61b4d51c5cacbe634451cddfd6c39 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sun, 25 Dec 2022 13:40:47 -0400 Subject: Declare support for python 3.11 --- CHANGES.rst | 2 ++ docs/narr/upgrading.rst | 1 + setup.py | 1 + 3 files changed, 4 insertions(+) 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 `_ 2024-10. - `Python 3.9 Lifespan `_ 2025-10. - `Python 3.10 Lifespan `_ 2026-10. +- `Python 3.11 Lifespan `_ 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. diff --git a/setup.py b/setup.py index 17434313e..42d7d91a2 100644 --- a/setup.py +++ b/setup.py @@ -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", -- cgit v1.2.3