Skip to content

Commit e83f19f

Browse files
committed
chore: set python version for pre-commit
1 parent 3622be6 commit e83f19f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
18+
with:
19+
python-version: "3.13"
1820
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1921

2022
tests:

0 commit comments

Comments
 (0)