From 97147e9ce0ae6b8324f6e1c22bed7bae5259b9a2 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sat, 7 Feb 2026 23:10:55 +0100 Subject: [PATCH] Add Python 3.14 to test matrix --- .github/workflows/pythonpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 6a5187a..977a52f 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -9,7 +9,7 @@ jobs: fail-fast: false matrix: python-version: [ - '3.9', '3.10', '3.11', '3.12', '3.13', + '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11' ] steps: