From c9871f5fc2cefacf1839e09934eb0c5fadc9a2da Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 15 Aug 2019 16:41:30 +0200 Subject: [PATCH] Add currently supported maximum Python version. I don't think there will be support for Python 3.9+ in Zope 4. This will be done in Zope 5+. --- docs/zope4/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zope4/news.rst b/docs/zope4/news.rst index 97fdb2579d..6dcb53c30e 100644 --- a/docs/zope4/news.rst +++ b/docs/zope4/news.rst @@ -29,7 +29,7 @@ found in this release. Extended Python version support ------------------------------- -Zope 4 supports Python 2.7 and Python 3.5 and higher. +Zope 4 supports Python 2.7 and Python 3.5 up to Python 3.8. The Python 3 support currently covers the core dependencies shipped with Zope and is limited to the new WSGI based publisher. The new