Skip to content

Commit 953bc41

Browse files
Upgrade: drop py 3.8/3.9. p.a.multilingual is core add-on.
1 parent e71f735 commit 953bc41

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/backend/upgrading/version-specific-migration/upgrade-to-61.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,20 @@ This is a placeholder.
6868
```{seealso}
6969
https://github.com/plone/plone.app.z3cform/pull/181
7070
```
71-
````
71+
````
72+
73+
## Drop Python 3.8 and 3.9
74+
75+
We only support Python 3.10, 3.11, and 3.12.
76+
77+
78+
## `plone.app.multilingual` is a core add-on
79+
80+
`plone.app.multilingual` is the package that adds multilingual support to Plone, so for having content in multiple languages.
81+
Until Plone 6.0 this was a dependency of `Products.CMFPlone`, so it was available for installation in all Plone sites.
82+
In Plone 6.1 it has become a dependency of the `Plone` package.
83+
84+
If your project or your add-on needs this package, and you only depend on `Products.CMFPlone` until now, you should add `plone.app.multilingual` as dependency.
85+
Then your project or add-on will keep working in both Plone 6.0 and 6.1.
86+
87+
The goal of turning more of the current core packages into core add-ons, is to make the core smaller, and in some cases solve circular dependencies.

0 commit comments

Comments
 (0)