Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Testing with supported Python versions #188

@candleindark

Description

@candleindark

The project's metadata indicates it support Python 3.8 to 3.12. However, it is tested only in Python 3.11 and 3.12 with Hatch

[[tool.hatch.envs.tests.matrix]]
python = ["3.11", "3.12"]

, and only in Python 3.11 with GitHub CI

Should we update the metadata of the project of the versions Python supported by the project or test the project in additional Python versions?

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