Change python version for liniting
Some checks failed
/ lint (push) Failing after 13s

This commit is contained in:
Chris Cowley 2024-09-30 17:49:12 +02:00
parent de42ced43a
commit fbff98cf57

View file

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.10' python-version: '3.12.6'
cache: 'pip' cache: 'pip'
- name: Lint - name: Lint
run: | run: |