From bd6d1124abcc481c8847c09132592d821ce97d27 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Fri, 22 Sep 2023 18:37:06 +0200 Subject: [PATCH] Update Plone/Python support section. (#158) * Update Plone/Python support section. * Update README.rst Co-authored-by: Steve Piercy * Update README.rst Co-authored-by: Steve Piercy * Update README * Update README.rst Co-authored-by: Maurits van Rees --------- Co-authored-by: Steve Piercy Co-authored-by: Maurits van Rees --- README.rst | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index a47e4af..86e24f7 100644 --- a/README.rst +++ b/README.rst @@ -315,16 +315,11 @@ and then running "bin/buildout" Plone/Python Support -------------------- -plone.restapi currently supports Plone 6 and 5.2. +plone.rest 4.x.x supports Plone 5.2 and 6.x on Python 3.8 and newer. -plone.restapi supports Python 2.7 and 3.8 for Plone 5.2 and Python 3.8, 3.9, 3.10, and 3.11 for Plone 6. - -Older versions of Python and Plone most likely will continue to work with plone.rest. - -Though, we do not test or officially support them. - -Check older versions of plone.rest for official support. +plone.rest 3.x.x supports Plone 5.2 on Python 2.7 and 3.6 to 3.8 and Plone 6.0 on Python 3.8 to 3.11. +If you need to use Plone 4.3, 5.0, or 5.1 on Python 2.7, check out plone.rest 2.x.x or 1.x.x. Redirects ---------