diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 01d3d4e..faf2e0a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: # matrixed execution for parallel gh-action performance increases - python_version: ["3.10", "3.11", "3.12"] + python_version: ["3.10", "3.11", "3.12", "3.13"] os: [ubuntu-24.04, macos-14] runs-on: ${{ matrix.os }} env: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5d3f9e..37d3178 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: # This hook checks yaml files for parseable syntax. - id: check-yaml - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.11.12 + rev: v0.12.7 hooks: - id: ruff args: