Skip to content

Commit b546334

Browse files
committed
add 3.12 testing, only run mac test on latest ✅
1 parent 921dd3e commit b546334

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
os: [ubuntu-latest, windows-latest, macos-latest]
32-
py-version: ['3.9', '3.10', '3.11']
31+
os: [ubuntu-latest, windows-latest , macos-latest]
32+
py-version: ['3.9', '3.10', '3.11', '3.12']
33+
exclude:
34+
- os: macos-latest # only run mac on latest version
35+
py-version: ['3.9', '3.10', '3.11']
3336

3437
steps:
3538
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)