From 9aadab05ced83a056e828b3a4247684a9c6c3af6 Mon Sep 17 00:00:00 2001 From: manchenkoff Date: Fri, 22 May 2026 22:08:58 +0100 Subject: [PATCH] chore(ci): added python 3.14 to test action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9aa7fe1..e3b01fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: name: test python ${{ matrix.python-version }} strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] runs-on: ubuntu-latest steps: - name: checkout