fix: update Python version requirements to support 3.10 and adjust CI workflow

This commit is contained in:
bohd4nx
2026-04-14 01:34:27 +03:00
parent 028984155b
commit 6b6ca37f10
21 changed files with 43 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"] # 3.13, 3.14 are not supported by some dependencies yet
steps:
- uses: actions/checkout@v6.0.2