From cf31cea761301c98aaf3496d5481c0e0bd4f6ace Mon Sep 17 00:00:00 2001 From: Peter Freytag <165026690+peterfreytag@users.noreply.github.com> Date: Wed, 17 Dec 2025 14:11:39 +0100 Subject: [PATCH] Update python version to 3.13 --- docs/develop/python-plugins/setup/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/python-plugins/setup/index.md b/docs/develop/python-plugins/setup/index.md index 8fde34e3b..844543cbc 100644 --- a/docs/develop/python-plugins/setup/index.md +++ b/docs/develop/python-plugins/setup/index.md @@ -53,7 +53,7 @@ This section describes which backend components are needed on the Build (DataInt An installation of the CPython distribution (at least version 3.3) is required. Although other distributions, such as Anaconda, should work as well, only CPython is officially supported. - The official image ships with a tested python interpreter (currently - 2024 - Python 3.11). + The official image ships with a tested python interpreter (currently - 2025 - Python 3.13). ??? note "Java Embedded Python (Jep)"