Skip to content

Commit f96bb26

Browse files
committed
restricted test only python to mingw
Signed-off-by: Eric Reinecke <[email protected]>
1 parent f22fe5b commit f96bb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
strategy:
151151
matrix:
152152
os: [windows-latest]
153-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
153+
python-version: ["mingw64"]
154154
include:
155155
- { os: windows-latest, shell: msys2, python-version: "mingw64" }
156156

0 commit comments

Comments
 (0)