From afc94308ee78949dc2ca1185c2700776cd3b5dba Mon Sep 17 00:00:00 2001 From: Ryan Walter Murray Date: Mon, 20 Oct 2025 10:38:41 +0200 Subject: [PATCH] Update test CI for Python 3.14 --- .github/workflows/full_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full_test.yml b/.github/workflows/full_test.yml index 6227d28..f7a7d24 100644 --- a/.github/workflows/full_test.yml +++ b/.github/workflows/full_test.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: [3.8, 3.13] + python-version: [3.8, 3.14] steps: - uses: actions/checkout@v4