Skip to content

Commit 37eeeb2

Browse files
authored
Update test.yml
1 parent d71fb67 commit 37eeeb2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515
runs-on: windows-latest
1616
strategy:
1717
matrix:
18-
vs-versions:
19-
- 68
20-
python-version:
21-
- '3.12'
18+
vs-versions: ["68"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2220

2321
steps:
2422
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)