Skip to content

Commit

Permalink
Upgrade the Python interpreter in pre-commit too
Browse files Browse the repository at this point in the history
  • Loading branch information
Armavica committed Jun 10, 2024
1 parent 062aec9 commit 74a9e4b
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 @@ -18,5 +18,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: # run pre-commit on our oldest supported python version
python-version: 3.9
python-version: 3.10
- uses: pre-commit/action@v3.0.0

0 comments on commit 74a9e4b

Please sign in to comment.