Skip to content

Commit ef54ef2

Browse files
authored
python: explicitly require 3.x (we're not that picky)
1 parent a2e058b commit ef54ef2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ jobs:
6969
runs-on: windows-2022
7070
steps:
7171
- name: Set up Python
72-
uses: actions/setup-python@v5
72+
uses: actions/setup-python@v6
73+
with:
74+
python-version: '3.x'
7375
- name: Install build dependencies
7476
run: |
7577
choco install sccache

0 commit comments

Comments
 (0)