Lint job should use python 3.11
All checks were successful
linting & formatting / build (push) Successful in 22s

This commit is contained in:
Rob Kelly 2025-01-13 19:01:45 -07:00
parent 7642843f5b
commit 9cd53d3a56

View File

@ -23,7 +23,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5.3.0
with:
python-version: '3.8'
python-version: '3.11'
- name: Install gdscript-toolkit
run: pip install -r requirements.txt
- name: Run gdLint