Skip to content

Commit edf8f07

Browse files
authored
Update pythonpackage.yml
1 parent c5508b8 commit edf8f07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
19-
os: [ubuntu-latest, macos-latest]
18+
python-version: [3.6, 3.7, 3.8, 3.9]
19+
os: [ubuntu-latest, macos-latest, windows-latest]
2020

2121
steps:
2222
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)