aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-11-09 20:54:50 +0000
committerGravatar Joe Banks <[email protected]>2025-11-09 20:54:50 +0000
commitbcc9e99136d0714617b4f4899aef9a1cab6faad1 (patch)
tree2cc3aff24931d5a8da15cda3fb4b2b24705b582c
parentUpdate CI to use uv (diff)
Add new Python versions to CI
-rw-r--r--.github/workflows/lint-test.yaml2
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