From 5572adf0e0f741b8eda52cec69c4a1a9b82c939c Mon Sep 17 00:00:00 2001 From: Luigi Pertoldi Date: Thu, 7 May 2026 09:57:12 +0200 Subject: [PATCH] Add Python 3.14 to workflow matrix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03679c278..fb21e8f5e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false 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"] os: [ubuntu-latest, macOS-latest, windows-latest] steps: - uses: actions/checkout@v6