Skip to content

Commit 47953a2

Browse files
committed
use python 3.14 in pre-commit update
1 parent 1c72c54 commit 47953a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up python
2929
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5.6.0
3030
with:
31-
python-version: '3.13'
31+
python-version: '3.14'
3232

3333
- name: Install pre-commit
3434
run: pip install pre-commit

0 commit comments

Comments
 (0)