Skip to content

Commit 12da7b3

Browse files
authored
Set up Python 3.14 in lint-toolchain workflow
Add step to set up Python 3.14 in the workflow
1 parent 987888c commit 12da7b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lint-toolchain.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13+
- name: Set up Python 3.14
14+
uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.14'
17+
1318
- name: MFC Python setup
1419
run: ./mfc.sh init
1520

0 commit comments

Comments
 (0)