Skip to content
Draft
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions docs/_inc/_install-python-plone63.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Installing Python is beyond the scope of this documentation.
However, it is recommended to use a Python version manager, such as {term}`uv` or {term}`pyenv`, that allows you to install multiple versions of Python on your development environment without destroying your system's Python.

```{warning}
Do not create or activate a Python virtual environment at this time.
The instructions below will create one.
```

Plone 6.3 requires Python version {{SUPPORTED_PYTHON_VERSIONS_PLONE63}}.
4 changes: 2 additions & 2 deletions docs/admin-guide/install-buildout.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ For other installation options, see {ref}`get-started-install-label`.

## Prerequisites for installation

- For Plone 6.2, Python {{SUPPORTED_PYTHON_VERSIONS_PLONE62}}
- For Plone 6.3, Python {{SUPPORTED_PYTHON_VERSIONS_PLONE63}}


### Python

```{include} /_inc/_install-python-plone62.md
```{include} /_inc/_install-python-plone63.md
```


Expand Down
4 changes: 2 additions & 2 deletions docs/admin-guide/install-pip.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ For other installation options, see {ref}`get-started-install-label`.

## Prerequisites for installation

- For Plone 6.2, Python {{SUPPORTED_PYTHON_VERSIONS_PLONE62}}
- For Plone 6.3, Python {{SUPPORTED_PYTHON_VERSIONS_PLONE63}}


### Python

```{include} /_inc/_install-python-plone62.md
```{include} /_inc/_install-python-plone63.md
```


Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@
"SUPPORTED_PYTHON_VERSIONS_PLONE60": "3.9, 3.10, 3.11, 3.12, or 3.13",
"SUPPORTED_PYTHON_VERSIONS_PLONE61": "3.10, 3.11, 3.12, or 3.13",
"SUPPORTED_PYTHON_VERSIONS_PLONE62": "3.10, 3.11, 3.12, 3.13, or 3.14",
"SUPPORTED_PYTHON_VERSIONS_PLONE63": "3.11, 3.12, 3.13, or 3.14",
}


Expand Down Expand Up @@ -474,7 +475,7 @@ def source_replace(app, docname, source):

# Dict of replacements.
source_replacements = {
"{PLONE_BACKEND_MINOR_VERSION}": "6.2",
"{PLONE_BACKEND_MINOR_VERSION}": "6.3",
}


Expand Down
4 changes: 2 additions & 2 deletions docs/contributing/core/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ However, the following links and sections below may be helpful.
```{include} ../../volto/_inc/_install-operating-system.md
```

- Python {{SUPPORTED_PYTHON_VERSIONS_PLONE61}}
- Python {{SUPPORTED_PYTHON_VERSIONS_PLONE63}}
- {term}`GNU make`
- {term}`Git`
- A C compiler
Expand All @@ -48,7 +48,7 @@ However, the following links and sections below may be helpful.

Installing Python is beyond the scope of this documentation.
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.
Plone requires Python version {{SUPPORTED_PYTHON_VERSIONS_PLONE62}}.
Plone requires Python version {{SUPPORTED_PYTHON_VERSIONS_PLONE63}}.


### Make
Expand Down
4 changes: 2 additions & 2 deletions docs/contributing/documentation/setup-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Installation of Plone 6 Documentation includes prerequisites and the repository

```{include} ../../volto/_inc/_install-operating-system.md
```
- {ref}`setup-build-installation-python-label` {{SUPPORTED_PYTHON_VERSIONS_PLONE62}}
- {ref}`setup-build-installation-python-label` {{SUPPORTED_PYTHON_VERSIONS_PLONE63}}
- {ref}`setup-build-installation-gnu-make-label`
- {ref}`setup-build-installation-graphviz-label`

Expand All @@ -31,7 +31,7 @@ Installation of Plone 6 Documentation includes prerequisites and the repository

### Python

```{include} /_inc/_install-python-plone62.md
```{include} /_inc/_install-python-plone63.md
```

(setup-build-installation-gnu-make-label)=
Expand Down