Skip to content

Commit dbdcae3

Browse files
committed
use python 3.14 in pre-commit
1 parent 7bb53ac commit dbdcae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up python
1919
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020
with:
21-
python-version: '3.13'
21+
python-version: '3.14'
2222

2323
- name: Set up pip packages
2424
uses: BSFishy/pip-action@8f2d471d809dc20b6ada98c91910b6ae6243f318 # v1

0 commit comments

Comments
 (0)