refactor: update Python version matrix in workflow to remove deprecated version
All checks were successful
Code Check - Quality and Syntax / syntax-lint (3.11) (push) Successful in 11s
Code Check - Quality and Syntax / syntax-lint (3.14) (push) Successful in 11s
Code Check - Quality and Syntax / syntax-lint (3.13) (push) Successful in 17s

This commit is contained in:
Space-Banane
2026-04-06 23:16:46 +02:00
parent 368cd02b6d
commit fcb12b17f2

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13", "3.14"]
python-version: ["3.11", "3.13", "3.14"]
fail-fast: false
steps: