From d81e8fd2b7c17956a6376d91fdd3077f4e32f146 Mon Sep 17 00:00:00 2001 From: Dave Bunten Date: Wed, 30 Jul 2025 14:35:15 -0600 Subject: [PATCH] Add tests for Python 3.13 (#94) * Add tests for Python 3.13 * [pre-commit.ci lite] apply automatic fixes * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> --- .github/workflows/run-tests.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: