Skip to content

Commit 242ba6f

Browse files
committed
Make includes for Python version more consistent and explicit
1 parent 0ce3e06 commit 242ba6f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

docs/_inc/_install-python.md renamed to docs/_inc/_install-python-plone60.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ However, it is recommended to use a Python version manager, {term}`pyenv`, that
33
% TODO: uncomment this line after upgrading to plone-sphinx-theme and latest Sphinx which supports replacements inside includes.
44
% Plone requires Python version {SUPPORTED_PYTHON_VERSIONS_PLONE60}.
55

6-
Plone requires Python version 3.8, 3.9, 3.10, 3.11, or 3.12.
6+
Plone 6.0 requires Python version 3.8, 3.9, 3.10, 3.11, or 3.12.

docs/_inc/_install-python-plone61.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ 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
% TODO: uncomment this line after upgrading to plone-sphinx-theme and latest Sphinx which supports replacements inside includes.
44
% Plone requires Python version {SUPPORTED_PYTHON_VERSIONS_PLONE61}.
5+
6+
Plone 6.1 requires Python version 3.10, 3.11, or 3.12.

docs/install/create-project-cookieplone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Plone 6 has both hardware requirements and software prerequisites.
5353

5454
#### Python
5555

56-
```{include} /_inc/_install-python.md
56+
```{include} /_inc/_install-python-plone61.md
5757
```
5858

5959

docs/install/create-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Plone 6 has both hardware requirements and software prerequisites.
6060

6161
#### Python
6262

63-
```{include} /_inc/_install-python.md
63+
```{include} /_inc/_install-python-plone60.md
6464
```
6565

6666

0 commit comments

Comments
 (0)