From 6c30e3f209b4dac6a8822b598193f943a5ec5e4e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:19:30 +0000 Subject: [PATCH 1/2] Initial plan From 7720289572ee59f60e43391200e864c6f071dce9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:26:32 +0000 Subject: [PATCH 2/2] Bump numpy to 2.2.6 for Python 3.13 wheel support; update classifiers and docs --- docs/getting-started/prerequisites.md | 7 ++----- pyproject.toml | 2 ++ requirements.txt | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/getting-started/prerequisites.md b/docs/getting-started/prerequisites.md index 2017875c..bd6cfae7 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 3917589a..1997c52c 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 4bf03b51..8f568fcc 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