From f42abeaef50260db6718c7d627f09748ad0a6bc6 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Wed, 8 Oct 2025 10:44:54 +0300 Subject: [PATCH] Add 3.14 to the test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7359483c3..fae83813a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.10', '3.11', '3.12', '3.13'] + python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] steps: - uses: actions/checkout@v5 with: