Skip to content

Commit 7360858

Browse files
authored
CI-windows.yml: updated Python to 3.14 (#642)
1 parent 6521caa commit 7360858

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- name: Setup msbuild.exe
3333
uses: microsoft/setup-msbuild@v2
3434

35-
- name: Set up Python 3.13
35+
- name: Set up Python
3636
uses: actions/setup-python@v6
3737
with:
38-
python-version: '3.13'
38+
python-version: '3.14'
3939
check-latest: true
4040

4141
- name: Install missing Python packages

0 commit comments

Comments
 (0)