ci: lower minimum python version from 3.12 to 3.10

This commit is contained in:
rus07tam 2025-10-29 15:03:12 +00:00
parent 4f258ffc7a
commit 521aa7c323
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4