fix: update Python version matrix in CI workflow to include 3.10, 3.11, and 3.12

This commit is contained in:
bohd4nx
2026-04-14 01:30:52 +03:00
parent 391d15221b
commit 028984155b
+1 -1
View File
@@ -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