diff options
author | 2024-04-10 21:35:17 +0100 | |
---|---|---|
committer | 2024-04-10 21:35:17 +0100 | |
commit | f63aadab332a68c4a6946f444221453fb0f29f5d (patch) | |
tree | 635c3eef1a85d2a3bd1c9ff429428b34e794638b /.github | |
parent | Upgrade Dockerfile to use 3.12 image (diff) |
Update lint workflow to use Python 3.12
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4f0f932..8821b8e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,7 +14,7 @@ jobs: - name: Install Python dependencies uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.2 with: - python_version: '3.11' + python_version: '3.12' - name: Run pre-commit hooks run: SKIP=ruff-lint pre-commit run --all-files |