diff --git a/docs/source/contributing/version-policy.md b/docs/source/contributing/version-policy.md index 2e70c47fe82..961120c63c1 100644 --- a/docs/source/contributing/version-policy.md +++ b/docs/source/contributing/version-policy.md @@ -47,12 +47,13 @@ The versions of Python that are supported in Volto depend on the version of Plon | Plone | Python | Volto | | ----- | ------------ | ---------------- | -| 6.2 | 3.10-3.13 | 19.0.0 | +| 6.2 | 3.10-3.14 | 19.0.0 | | 6.1 | 3.10-3.13 | 18.0.0 | | 6.0 | 3.9-3.13 | 16.0.0 or 17.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.14 is officially supported since 6.2.0. 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. diff --git a/packages/volto/news/8051.documentation b/packages/volto/news/8051.documentation new file mode 100644 index 00000000000..9a04b4ac620 --- /dev/null +++ b/packages/volto/news/8051.documentation @@ -0,0 +1 @@ +Add Python 3.14 to Plone 6.2 support for Volto 19. @stevepiercy