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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

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)

1 participant