Skip to content

[CHORE] ruff target-version lags runtime (py312 vs requires-python >=3.14) #708

Description

@c-vigo

Problem

pyproject.toml:8 sets requires-python = ">=3.14,<3.15" but :58 sets target-version = "py312". Ruff lints against the wrong Python version.

Recommendation

Set target-version = "py314"; confirm ruff check / just lint clean.

Context

Found during the state-of-the-repo review of #670 (epic #625).

Refs: #625

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:ciCI/CD, GitHub Actions, workflowschoreGeneral tasks (e.g. update dependencies, contact a manufacturer, read a paper)effort:smallLess than 1 hour

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions