Skip to content

Update the version of hook "check-python-versions" to support python 3.12 and 3.13 in pre-commit.yaml #166

Open
@kittauri

Description

@kittauri

@ericof @davisagli

In the .pre-commit-config.yaml in the backend is a hook which fails because of unsupported python versions.

Code

-   repo: https://github.com/mgedmin/check-python-versions
    rev: "0.21.3"
    hooks:
    -   id: check-python-versions
        args: ['--only', 'setup.py,pyproject.toml']

Solution

Change Version from 0.21.3 to 0.22.1 as latest version adds support for Python 3.12 and 3.13 which Plone 6.1 can use.

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