Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 9a56faf

Browse files
committed
update python version for lint
1 parent de49fac commit 9a56faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: actions/setup-python@v6
1919
with:
20-
python-version: 3.13
20+
python-version: 3.14
2121
- name: Install nox
2222
run: python -m pip install nox
2323
- name: Check formatting

0 commit comments

Comments
 (0)