Skip to content

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

Merged
4pmtong merged 3 commits into
eigent-ai:mainfrom
carlosjarenom:fix/issue-1579-python-version-docs
Jul 18, 2026
Merged

fix(docs): update Python version requirement from 3.10 to 3.12 in server READMEs#1672
4pmtong merged 3 commits into
eigent-ai:mainfrom
carlosjarenom:fix/issue-1579-python-version-docs

Conversation

@carlosjarenom

Copy link
Copy Markdown
Contributor

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
Contributor 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.

@4pmtong 4pmtong left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @carlosjarenom for contribution

@4pmtong
4pmtong merged commit 2516a6f into eigent-ai:main Jul 18, 2026
10 checks passed
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)

3 participants