Lint job should use python 3.11

This commit is contained in:
Rob Kelly 2025-01-13 19:00:38 -07:00
parent f6bf6c0bc0
commit bbc8bb9c70

View File

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