Skip to content

Commit

Permalink
Merge pull request #220 from tisnik/python-version-3-12-in-readme
Browse files Browse the repository at this point in the history
OLS-1277: Python version in README.md
  • Loading branch information
tisnik authored Dec 17, 2024
2 parents be51601 + 3a7358a commit cd80aea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd80aea

Please sign in to comment.