From 00d7236771af0ff2872101a5d713c02785b661c9 Mon Sep 17 00:00:00 2001 From: Matthias Kellner <62180584+bananenpampe@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:30:38 +0100 Subject: [PATCH] Update python version recommendation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ca3ba2..9b91367 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,13 @@ calculator = ShiftML("ShiftML3") cs_iso = calculator.get_cs_iso(frame) ``` + For more advanced predictions read also section [Advanced usage of the ShiftML3 model](#advanced-usage-of-the-shiftml3-model). ## Installation This package is available on PyPI and can be installed using pip. The recommended way to install ShiftML is to use the following command: +**ShiftML supports Python 3.9–3.13.** ``` pip install shiftml