Skip to content

Commit 3a97ba4

Browse files
authored
Add warnings for Python 3.9. (#1834)
1 parent d107233 commit 3a97ba4

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

docs/_inc/_install-python-plone60.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Support for Python 3.13.
1111
Support for Python 3.8.
1212
```
1313

14+
```{warning}
15+
Python 3.9 will reach [end of life in October 2025](https://devguide.python.org/versions/).
16+
Do not create a new Plone project with Python 3.9.
17+
```
18+
1419
```{warning}
1520
Do not create or activate a Python virtual environment at this time.
1621
The instructions below will create one.

docs/_inc/_install-python-plone61.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Installing Python is beyond the scope of this documentation.
22
However, it is recommended to use a Python version manager, {term}`pyenv`, that allows you to install multiple versions of Python on your development environment without destroying your system's Python.
33

4-
Plone 6.1 requires Python version {{SUPPORTED_PYTHON_VERSIONS_PLONE61}}.
5-
64
```{warning}
75
Do not create or activate a Python virtual environment at this time.
86
The instructions below will create one.
9-
```
7+
```
8+
9+
Plone 6.1 requires Python version {{SUPPORTED_PYTHON_VERSIONS_PLONE61}}.

docs/install/create-project-cookieplone.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ Plone 6 has both hardware requirements and software prerequisites.
6767
```{include} /_inc/_install-python-plone61.md
6868
```
6969

70+
Plone 6.0 requires Python version {{SUPPORTED_PYTHON_VERSIONS_PLONE60}}.
71+
However, Cookieplone does not support Python 3.9.
72+
73+
```{warning}
74+
Python 3.9 will reach [end of life in October 2025](https://devguide.python.org/versions/).
75+
Do not create a new Plone project with Python 3.9.
76+
```
77+
7078

7179
#### pipx
7280

docs/install/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Then choose one of the following installation methods.
4747
If you are following a [Plone training](https://training.plone.org/), it should specify which option to choose.
4848

4949
{doc}`create-project-cookieplone`
50-
: This is the recommended way to install Plone for a new project with the Volto frontend.
50+
: This is the recommended way to install Plone 6 for a new project with the Volto frontend.
51+
Cookieplone requires Python version {{SUPPORTED_PYTHON_VERSIONS_PLONE61}}.
5152

5253
{doc}`/admin-guide/install-buildout`
5354
: This is one way to install Plone with the Classic UI frontend.

0 commit comments

Comments
 (0)