diff --git a/docs/getting-started/prerequisites.md b/docs/getting-started/prerequisites.md index 2017875..bd6cfae 100644 --- a/docs/getting-started/prerequisites.md +++ b/docs/getting-started/prerequisites.md @@ -11,10 +11,7 @@ Install ## Step 1 — Installing Python -Microbots requires **Python 3.10 or later, but below 3.13**. - -!!! info - Python 3.13 compatibility issue fix is in progress — we will update the page once we fix the issue. +Microbots requires **Python 3.11 or later** (Python 3.13 is supported). Pick your OS: @@ -31,7 +28,7 @@ python3 --version pip3 --version ``` -Confirm the version is **at least 3.10 and below 3.13**. +Confirm the version is **at least 3.11**. ## Step 2 — Installing Docker diff --git a/pyproject.toml b/pyproject.toml index 3917589..1997c52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,8 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] requires-python = ">=3.11" diff --git a/requirements.txt b/requirements.txt index 4bf03b5..8f568fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ markdown-it-py==4.0.0 mdurl==0.1.2 multidict==6.6.4 multiprocess==0.70.18 -numpy==1.26.4 +numpy==2.2.6 openai==1.107.3 packaging==25.0 pandas==3.0.0