From 798ca375edf11e25b7c707f30a340348d1c91a0e Mon Sep 17 00:00:00 2001 From: tisto Date: Fri, 22 Sep 2023 18:37:06 +0200 Subject: [PATCH] [fc] Repository: plone.rest Branch: refs/heads/main Date: 2023-09-22T18:37:06+02:00 Author: Timo Stollenwerk (tisto) Commit: https://github.com/plone/plone.rest/commit/bd6d1124abcc481c8847c09132592d821ce97d27 Update Plone/Python support section. (#158) * Update Plone/Python support section. * Update README.rst Co-authored-by: Steve Piercy <web@stevepiercy.com> * Update README.rst Co-authored-by: Steve Piercy <web@stevepiercy.com> * Update README * Update README.rst Co-authored-by: Maurits van Rees <maurits@vanrees.org> --------- Co-authored-by: Steve Piercy <web@stevepiercy.com> Co-authored-by: Maurits van Rees <maurits@vanrees.org> Files changed: M README.rst --- last_commit.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/last_commit.txt b/last_commit.txt index e69de29bb2..df3e80a64d 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -0,0 +1,36 @@ +Repository: plone.rest + + +Branch: refs/heads/main +Date: 2023-09-22T18:37:06+02:00 +Author: Timo Stollenwerk (tisto) +Commit: https://github.com/plone/plone.rest/commit/bd6d1124abcc481c8847c09132592d821ce97d27 + +Update Plone/Python support section. (#158) + +* Update Plone/Python support section. + +* Update README.rst + +Co-authored-by: Steve Piercy <web@stevepiercy.com> + +* Update README.rst + +Co-authored-by: Steve Piercy <web@stevepiercy.com> + +* Update README + +* Update README.rst + +Co-authored-by: Maurits van Rees <maurits@vanrees.org> + +--------- + +Co-authored-by: Steve Piercy <web@stevepiercy.com> +Co-authored-by: Maurits van Rees <maurits@vanrees.org> + +Files changed: +M README.rst + +b'diff --git a/README.rst b/README.rst\nindex a47e4af..86e24f7 100644\n--- a/README.rst\n+++ b/README.rst\n@@ -315,16 +315,11 @@ and then running "bin/buildout"\n Plone/Python Support\n --------------------\n \n-plone.restapi currently supports Plone 6 and 5.2.\n+plone.rest 4.x.x supports Plone 5.2 and 6.x on Python 3.8 and newer.\n \n-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.\n-\n-Older versions of Python and Plone most likely will continue to work with plone.rest.\n-\n-Though, we do not test or officially support them.\n-\n-Check older versions of plone.rest for official support.\n+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.\n \n+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.\n \n Redirects\n ---------\n' +