github action: use py 3.11 for pre-commit

This commit is contained in:
Your Name 2023-08-10 15:12:30 -04:00 committed by Henri Dickson
parent 15e30ba757
commit 40bbbe0ceb

View file

@ -5,6 +5,10 @@ on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ['3.11']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}