Skip to content

Commit 5689a43

Browse files
committed
add windows and python 3.11 to test cases
1 parent 50adf74 commit 5689a43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
strategy:
7474
fail-fast: true
7575
matrix:
76-
os: ["ubuntu-latest", "macos-latest"]
77-
python-version: ["3.8", "3.9", "3.10"]
76+
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
77+
python-version: ["3.8", "3.9", "3.10", "3.11"]
7878
runs-on: ${{ matrix.os }}
7979

8080
steps:

0 commit comments

Comments
 (0)