Skip to content

Commit cd5390a

Browse files
committed
workflows: bump Python to 3.14
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 1f2c1c5 commit cd5390a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java.yaml

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

0 commit comments

Comments
 (0)