From 21be0bf0cf494d288f201c5988de911e9160fba6 Mon Sep 17 00:00:00 2001 From: duan_j Date: Tue, 25 Aug 2026 14:42:28 +0200 Subject: [PATCH] add 3.14 in the ci --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7cc6cba2..6cf003b3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.12", "3.13"] + python-version: ["3.12", "3.13", "3.14"] steps: - name: Checkout code