From c14fc063c1eac483e4804a81cb06fe04fb419836 Mon Sep 17 00:00:00 2001 From: Dirk Ehrhardt Date: Wed, 10 Dec 2025 07:57:50 +0100 Subject: [PATCH] chore: add Python 3.14 to the test matrix --- .github/workflows/lint_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_test.yml b/.github/workflows/lint_test.yml index 7bed374..62d9d5e 100644 --- a/.github/workflows/lint_test.yml +++ b/.github/workflows/lint_test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] steps: - name: Checkout repository uses: actions/checkout@v4