Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/source/contributing/version-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading