From 028984155ba76b1af1b237f7bdc7935fdc5c5ccc Mon Sep 17 00:00:00 2001 From: bohd4nx Date: Tue, 14 Apr 2026 01:30:52 +0300 Subject: [PATCH] fix: update Python version matrix in CI workflow to include 3.10, 3.11, and 3.12 --- .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 1bf260b..78a4c53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.12", "3.13", "3.14"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v6.0.2