update lint.yml (#931)

This commit is contained in:
Caleb St. John
2025-09-23 10:39:47 -04:00
committed by GitHub
parent 87c0236b7a
commit da2f0c142e

View File

@@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
- uses: actions/checkout@v4
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip