Skip to content

Set requires-python in pyproject.toml to 3.9 or newer #1845

@o-alquimista

Description

@o-alquimista

Issue Description

Currently, the pyproject.toml example contains this:

[project]
requires-python = ">=3.8"

Combined with the code for the setuptools build backend, this creates a broken Python package, because setuptools 77.0.3 requires Python 3.9 or newer.

[build-system]
requires = ["setuptools >= 77.0.3"]
build-backend = "setuptools.build_meta"

Code of Conduct

  • I am aware that participants in this repository must follow the PSF Code of Conduct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions