Skip to content

Commit

Permalink
ci: use Python 3.12 for pre-commit
Browse files Browse the repository at this point in the history
This should make it consistent with pre-commit.ci service.

See #1434
  • Loading branch information
nijel committed Aug 28, 2024
1 parent 1326d8a commit 017cfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install dependencies
Expand Down

0 comments on commit 017cfc0

Please sign in to comment.