diff options
| author | 2025-11-09 20:54:50 +0000 | |
|---|---|---|
| committer | 2025-11-09 20:54:50 +0000 | |
| commit | bcc9e99136d0714617b4f4899aef9a1cab6faad1 (patch) | |
| tree | 2cc3aff24931d5a8da15cda3fb4b2b24705b582c | |
| parent | Update CI to use uv (diff) | |
Add new Python versions to CI
| -rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 79c07797..a9a1d75c 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: ["3.11", "3.12"] + python_version: ["3.11", "3.12", "3.13", "3.14"] name: Run Linting & Test Suites runs-on: ubuntu-latest |