Skip to content

Commit 6093d31

Browse files
committed
build: update python-package workflow
1 parent 016b6f8 commit 6093d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
os: [ubuntu-latest, windows-latest]
20-
python-version: ["3.9", "3.10"]
19+
os: [ubuntu-latest, windows-latest, macos-latest]
20+
python-version: ["3.10", "3.11"]
2121

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

0 commit comments

Comments
 (0)