From 3a7358a6fb7f0b48ba64f3c970703ccb05df0348 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Mon, 16 Dec 2024 16:47:50 +0100 Subject: [PATCH] OLS-1277: Python version in README.md Signed-off-by: Pavel Tisnovsky --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be7064d2..c49c8ff6 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,9 @@ configure model, and connect to it. # Prerequisites -* Python 3.11 - - please note that currently Python 3.12 is not officially supported, because RCS service depends on some packages that can not be used in this Python version +* Python 3.11 or Python 3.12 + - please note that currently Python 3.13 is not officially supported, because Road Core Service depends on some packages that can not be used in this Python version + - all sources are made (backward) compatible with Python 3.11; it is checked on CI * Git, pip and [PDM](https://github.com/pdm-project/pdm?tab=readme-ov-file#installation) * An LLM API key or API secret (in case of Azure OpenAI) * (Optional) extra certificates to access LLM API