From e0ddfb85bbca9103730c65d79adca8153d378552 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 14 Jul 2026 08:59:29 +0200 Subject: [PATCH] CI extended for Python 3.14 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b3d005..36f6112 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - python-version: ["3.10", 3.11, 3.12, 3.13] + python-version: ["3.10", 3.11, 3.12, 3.13, 3.14] steps: - name: Check out code