diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9fda76c..2d01c57 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.16.6 + rev: v0.16.7 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -14,11 +14,11 @@ repos: args: [--preview, --select=CPY] - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.29.3 + rev: v2.29.4 hooks: - id: pyproject-fmt - repo: https://github.com/biomejs/pre-commit - rev: v2.5.12 + rev: v2.5.13 hooks: - id: biome-format - repo: https://github.com/pre-commit/mirrors-mypy diff --git a/pyproject.toml b/pyproject.toml index 9eccdc2..27f8eb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: 3.15", ] dynamic = [ "description", "readme", "version" ] dependencies = [ "array-api-compat", "numpy>=2" ]