From cb6a7bb104f358724dc119dd8a142c6cf04ccf31 Mon Sep 17 00:00:00 2001 From: Silverarmor <23619946+Silverarmor@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:18:28 +1300 Subject: [PATCH] Update python version matrix Resolves #2239 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 45f853617..cd827e37d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: max-parallel: 3 matrix: platform: [ ubuntu-latest, macos-13, windows-latest ] - python-version: [ "3.9", "3.11" ] + python-version: [ "3.9", "3.14" ] steps: - uses: actions/checkout@v3