diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b7495c..938e222 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: trailing-whitespace - id: no-commit-to-branch - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.0 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -14,7 +14,7 @@ repos: args: [--preview, --select=CPY] - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.7.0 + rev: v2.10.0 hooks: - id: pyproject-fmt - repo: https://github.com/biomejs/pre-commit diff --git a/pyproject.toml b/pyproject.toml index 2223688..1e33cd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dynamic = [ "description", "readme", "version" ] dependencies = [ "numpy>=2" ]