From 1aa25a1a4549b4544ce2ec06dc0b5e4955a7c604 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 21 Sep 2023 11:49:32 +0200 Subject: [PATCH] Fix news. --- docs/news.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/news.rst b/docs/news.rst index 5723fca7e6..8fb7668e5b 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -29,9 +29,11 @@ Added support for Python 3.9 * Zope 5.4 and newer also supports Python 3.10. +* Zope 5.7 and newer also supports Python 3.11. + Dropped support for Python 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Zope 5 supports Python 3 only, versions 3.6 up through 3.9. All support code +Zope 5 supports Python 3 only, versions 3.6 up through 3.11. All support code and special casing for Python 2, including the use of the ``six`` package, have been removed.