You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Prepare for Plone 6.1 release
TODO:
- [X] After the release, we need to run `pipx run cookieplone project --no-input` and replace the current console output with the command's in `docs/install/create-project-cookieplone.md`.
* Bump `PLONE_BACKEND_MINOR_VERSION`
* Bump `requirements-initial.txt` for 6.1
* Update Cookieplone console output
Copy file name to clipboardExpand all lines: docs/install/create-project-cookieplone.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,7 @@ Plone 6 has both hardware requirements and software prerequisites.
67
67
```{include} /_inc/_install-python-plone61.md
68
68
```
69
69
70
-
Plone 6.0 requires Python version {{SUPPORTED_PYTHON_VERSIONS_PLONE60}}.
71
-
However, Cookieplone does not support Python 3.9.
70
+
Plone 6.1 requires Python version {{SUPPORTED_PYTHON_VERSIONS_PLONE61}}.
72
71
73
72
```{warning}
74
73
Python 3.9 will reach [end of life in October 2025](https://devguide.python.org/versions/).
@@ -132,12 +131,11 @@ See the cookiecutter's README for how to [Use options to avoid prompts](https://
132
131
```
133
132
134
133
```{important}
135
-
For {guilabel}`Project Slug`, you must not use any of the Plone core package names listed in [`constraints.txt`](https://dist.plone.org/release/6.0-latest/constraints.txt).
134
+
For {guilabel}`Project Slug`, you must not use any of the Plone core package names listed in [`constraints.txt`](https://dist.plone.org/release/6.1-latest/constraints.txt).
136
135
Note that pip normalizes these names, so `plone.volto` and `plone-volto` are the same package.
0 commit comments