Skip to content

Commit 4fb23f6

Browse files
Set Python version to 3.13 in pre-commit.yml (#504)
1 parent 3bc4471 commit 4fb23f6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v3
14-
- uses: pre-commit/[email protected]
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-python@v3
14+
with:
15+
python-version: '3.13' # or '3.12'
16+
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)