From 37c80d280a9926adb82c57f165f3399e2e8d1af2 Mon Sep 17 00:00:00 2001 From: David Glick Date: Wed, 15 Jan 2025 09:32:19 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Steve Piercy --- docs/source/contributing/version-policy.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/contributing/version-policy.md b/docs/source/contributing/version-policy.md index 90d1b060f9..8d5cc6362a 100644 --- a/docs/source/contributing/version-policy.md +++ b/docs/source/contributing/version-policy.md @@ -50,7 +50,11 @@ The versions of Python that are supported in Volto depend on the version of Plon | ----- | ------------ | ---------------- | | 6.1 | 3.10-3.13 | 18.0.0 | | 6.0 | 3.9-3.13 | 16.0.0 or 17.0.0 | -| 5.2 | 2.7, 3.8 . | 15.0.0 | +| 5.2 | 2.7, 3.8 | 15.0.0 | + +For Plone 6.0.x, Python 3.12 is officially supported since Plone 6.0.10. +Python 3.13 is officially supported since 6.0.14. +Python 3.8 support was dropped in 6.0.14. On Plone 6, we recommend using the known good set (KGS) of package versions that are specified in the Plone release.