Documentation Link
No response
Problem
The "Minimum pip / manylinux support" section in doc/install/dependencies.rst references Python 3.9+:
- Python 3.9+:
manylinux2014 / pip >= 19.3
However, pyproject.toml specifies requires-python = ">=3.11", and the project classifiers only list Python 3.11, 3.12, and 3.13. The reference to Python 3.9 is outdated and could be confusing to users.
Location: doc/install/dependencies.rst, under "Minimum pip / manylinux support (linux)"
Suggested improvement
No response
Documentation Link
No response
Problem
The "Minimum pip / manylinux support" section in doc/install/dependencies.rst references Python 3.9+:
manylinux2014/ pip >= 19.3However, pyproject.toml specifies requires-python = ">=3.11", and the project classifiers only list Python 3.11, 3.12, and 3.13. The reference to Python 3.9 is outdated and could be confusing to users.
Location: doc/install/dependencies.rst, under "Minimum pip / manylinux support (linux)"
Suggested improvement
No response