From 6214ef858da65f0d57a298ea6aa56e3511cc0cd4 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Sat, 4 Jul 2026 15:32:57 +0200 Subject: [PATCH] run ci on 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 2df22f6..14a3794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.11", "3.12", "3.13", "3.14"] steps: - name: clone the repository