Skip to content

Fix minimum Python version in README (3.11) - #364

Open
rishabhsai wants to merge 1 commit into
google-deepmind:mainfrom
rishabhsai:docs-readme-python-311
Open

rishabhsai wants to merge 1 commit into
google-deepmind:mainfrom
rishabhsai:docs-readme-python-311

Conversation

@rishabhsai

Copy link
Copy Markdown

The "From Source" section of README.md says "Requires Python 3.10 or later", but the floor is 3.11: pyproject.toml line 12 has requires-python = ">=3.11", the classifiers list only 3.11 and 3.12, and the CI matrix in .github/workflows/ci.yml is ["3.11", "3.12"]. The requirement was raised in d43c721 and the README line was missed, so a reader on 3.10 follows the install steps and gets refused by the resolver. Changed the line to 3.11; checked with grep -n "Requires Python" README.md against grep -n requires-python pyproject.toml.

This branch has not been deployed

No deployments
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.

1 participant