Skip to content

Commit 4a40f8c

Browse files
authored
Ignore Python patchlevel for windows
1 parent 9bed663 commit 4a40f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: 📥 Install Python
6767
uses: actions/setup-python@v6
6868
with:
69-
python-version: '3.13.7'
69+
python-version: '3.13'
7070
architecture: ${{ matrix.os.architecture }}
7171

7272
- name: 📥 Install Qt ${{ env.QT_VERSION }}

0 commit comments

Comments
 (0)