Skip to content

fix(docs): update Python version requirement from 3.10 to 3.12 in server READMEs#1672

Open
carlosjarenom wants to merge 1 commit into
eigent-ai:mainfrom
carlosjarenom:fix/issue-1579-python-version-docs
Open

fix(docs): update Python version requirement from 3.10 to 3.12 in server READMEs#1672
carlosjarenom wants to merge 1 commit into
eigent-ai:mainfrom
carlosjarenom:fix/issue-1579-python-version-docs

Conversation

@carlosjarenom

Copy link
Copy Markdown

Problem

The server README files (EN, CN, PT-BR) recommended Python 3.10, but pyproject.toml and the Dockerfile require Python 3.12. This caused confusion for users trying to set up the server locally.

Fix

Updated all three README files to recommend Python 3.12.* instead of 3.10.*.

Files changed:

  • server/README_EN.md
  • server/README_CN.md
  • server/README_PT-BR.md

Closes #1579

…ver READMEs (eigent-ai#1579)

The READMEs recommended Python 3.10, but pyproject.toml and Dockerfile
require Python 3.12. This caused confusion for users trying to set
up the server locally.

Closes eigent-ai#1579
@carlosjarenom carlosjarenom force-pushed the fix/issue-1579-python-version-docs branch from 247b455 to 6f0deb2 Compare July 4, 2026 17:37
@carlosjarenom

Copy link
Copy Markdown
Author

Rebased on latest upstream/main and force-pushed.

Changes: Updated Python version requirement from 3.10 to 3.12 in server/README_EN.md, server/README_CN.md, and server/README_PT-BR.md — now matches pyproject.toml and Dockerfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation: Python version discrepancy in server READMEs (3.10 vs 3.12)

2 participants