Skip to content

Commit dd50cf8

Browse files
committed
workflows: bump Python version
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 0554acb commit dd50cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v6
2121
with:
22-
python-version: '3.12'
22+
python-version: '3.13'
2323
- name: Install dependencies
2424
run: python -m pip install pre-commit
2525
- name: Cache pre-commit environments

0 commit comments

Comments
 (0)