Skip to content

Require upper bound on python version #605

Description

@hpoeche

Currently we define a minimal (X_PYTHON_MIN_VERSION: "3.10") and maximal (X_PYTHON_MAX_VERSION: "3.12") Python version in our CI but only require a lower bound on the version in each pyproject.toml file:

requires-python = ">=3.10"

As higher versions of Python may introduce breaking changes, we should implement an upper bound if we already specify one in the CI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions