Skip to content

Standardize Python version and pyenv usage in documentation #340

@BeckettFrey

Description

@BeckettFrey

Describe the change

I'd like to suggest improving consistency in our Python-related documentation by recommending the use of pyenv and specifying a minimum Python version. From my investigation, it appears Python >=3.9 is required, but I'm not certain if a more specific version is needed. Proposed improvements:

  • Update documentation (e.g., README, CONTRIBUTING) to mention pyenv for Python version management.
  • Specify Python >=3.9 as the minimum version required, unless a more specific version is known.
  • Optionally add a .python-version file to the repository root with 3.9.0 as a reference for pyenv users.

This will help new contributors and users set up a consistent environment and reduce compatibility issues.

Additional context

References:

If a more precise Python version is identified, documentation and the .python-version file should be updated accordingly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    S-needs-triageRequires initial triage or categorizationT-documentationIssues or PRs related to documentation updates

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions