diff --git a/docs/_inc/_install-python-plone60.md b/docs/_inc/_install-python-plone60.md deleted file mode 100644 index 42e0c7562..000000000 --- a/docs/_inc/_install-python-plone60.md +++ /dev/null @@ -1,22 +0,0 @@ -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 6.0 requires Python version {{SUPPORTED_PYTHON_VERSIONS_PLONE60}}. - -```{versionadded} Plone 6.0.14 -Support for Python 3.13. -``` - -```{versionremoved} Plone 6.0.14 -Support for Python 3.8. -``` - -```{warning} -Python 3.9 will reach [end of life in October 2025](https://devguide.python.org/versions/). -Do not create a new Plone project with Python 3.9. -``` - -```{warning} -Do not create or activate a Python virtual environment at this time. -The instructions below will create one. -``` \ No newline at end of file