Skip to content

Commit f855cbc

Browse files
Update unit-tests.yml
1 parent 5e0bf96 commit f855cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python: ['3.8', '3.9', '3.10']
18-
os: [ubuntu-latest, macos-latest]
17+
python: ['3.9', '3.10', '3.11']
18+
os: [ubuntu-latest, macos-latest, windows-latest]
1919

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

0 commit comments

Comments
 (0)