Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/getting-started/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down