Skip to content

Commit 62b9545

Browse files
authored
update build workflow
1 parent 76df90c commit 62b9545

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
10-
os: [macos-13, macos-14, windows-latest, ubuntu-22.04, ubuntu-24.04]
9+
python-version: ["3.10", 3.11, 3.12, 3.13, 3.14, 3.15]
10+
os: [macos-13, macos-14, windows-latest, ubuntu-22.04, ubuntu-24.04]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)