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 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.rst') 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 --------- -- cgit v1.2.3 From 7ecd8d6f75d9d21f3f7b10e4c84958cf3aa8fb17 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Thu, 29 Dec 2022 14:55:08 -0400 Subject: Drop l*gettext() from pyramid.i18n Python 3.8 deprecated l*gettext() (bpo-33710), and it was removed from Python in 3.11 (bpo-44235). In most cases on Python 3, the l variants aren't useful, and difficult to use correctly. This adds support for Python 3.11. --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index 698aec734..b9eacd894 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,9 @@ Backward Incompatibilities -------------------------- - Pyramid is no longer tested on, nor supports Python 3.6 +- Pyramid drops support for l*gettext() methods in the i18n module. + These have been deprecated in Python's gettext module since 3.8, and + removed in Python 3.11. Documentation Changes --------------------- -- cgit v1.2.3