Update Python version to 3.14 in lint workflow
All checks were successful
Lint and Syntax Check / build (push) Successful in 22s

This commit is contained in:
Space-Banane
2026-04-01 17:49:30 +02:00
parent dc6732d540
commit 157b49be64

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.14'
- name: Install dependencies
run: |