diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 204a481..6c93c11 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,4 +12,6 @@ updates: groups: github-actions: patterns: - - '*' \ No newline at end of file + - '*' + cooldown: + default-days: 7 diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 2b95881..95d2064 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -22,9 +22,9 @@ jobs: arch: aarch64 - os: windows-2022 arch: AMD64 - - os: macos-14 + - os: macos-15 arch: arm64 - - os: macos-13 + - os: macos-15-intel arch: x86_64 steps: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33f58c7..4f1e33e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-ast - id: debug-statements @@ -20,18 +20,18 @@ repos: - --ignore-words-list=nin,preformed,wih, - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.6.0 + rev: v2.11.1 hooks: - id: pyproject-fmt - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.12.7 + rev: v0.14.11 hooks: - id: ruff - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.11.0 + rev: v1.20.0 hooks: - id: zizmor diff --git a/pyproject.toml b/pyproject.toml index 74f321c..93dd545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Scientific/Engineering", ] dynamic = [