Skip to content

Commit 51e59fc

Browse files
authored
Update test_package.yml
1 parent f8197dd commit 51e59fc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test_package.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ['3.10', '3.11', '3.12', '3.13']
17+
os: [ubuntu-latest, windows-latest]
18+
python-version:
19+
- '3.10'
20+
- '3.11'
21+
- '3.12'
22+
- '3.13'
1823

1924
steps:
2025
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)